Failed to use Julia (0.6) and Atom (1.18.0 x64) - installation

I uninstalled Julia 0.5 and 0.52 including folders and the Atom editor.
Then I reinstalled Julia 0.6 and in a next step, Atom 1.18.0 x64.
Within Atom, the following packages were installed afterwards:
uber-juno 0.1.2
julia-client 0.6.0
ink 0.7.4
language-julia 0.11.0
From within the Atom editor console I've got after typing Pkg.update() no response,
Then from within julia window: Pkg.update() I've got the following message:
julia> Pkg.update()
INFO: Initializing package repository C:\Users\Carsten\.julia\v0.6
INFO: Cloning METADATA from https://github.com/JuliaLang/METADATA.jl
ERROR: GitError(Code:ERROR, Class:OS, failed to send request: Die Serververbindung konnte nicht hergestellt werden.
)
Stacktrace:
[1] macro expansion at .\libgit2\error.jl:99 [inlined]
[2] clone(::String, ::String, ::Base.LibGit2.CloneOptions) at .\libgit2\repository.jl:276
[3] #clone#100(::String, ::Bool, ::Ptr{Void}, ::Nullable{Base.LibGit2.AbstractCredentials}, ::Function, ::String, ::String) at .\libgit2\libgit2.jl:562
[4] (::Base.LibGit2.#kw##clone)(::Array{Any,1}, ::Base.LibGit2.#clone, ::String, ::String) at .\<missing>:0
[5] (::Base.Pkg.Dir.##8#10{String,String})() at .\pkg\dir.jl:55
[6] cd(::Base.Pkg.Dir.##8#10{String,String}, ::String) at .\file.jl:59
[7] init(::String, ::String) at .\pkg\dir.jl:53
[8] #cd#1(::Array{Any,1}, ::Function, ::Function, ::String, ::Vararg{Any,N} where N) at .\pkg\dir.jl:28
[9] update() at .\pkg\pkg.jl:228

Related

Build hangs on "Target Environment update started"

I have a couple of projects, one created with genexus 17U6 and one with 17U10 that run extremely slowly. In particular they hang several minutes on "Target Environment update started" when building. Both projects use WWP, other projects work fine. I've also tried creating new projects and importing objects from old ones, but the problem persists. What can it depend on? Is there any way to see what is slowing them down?
EDIT: Logging of the build
2022-12-12 17:55:43,654 [1] DEBUG GeneXus - Acquiring Saving lock for RTSNET\nicola.pilli
2022-12-12 17:55:44,043 [1] INFO GeneXus - Flag OFF C:\Program Files (x86)\GeneXus\GeneXus17-U10\webvalid.flag
2022-12-12 17:55:44,330 [1] DEBUG GeneXus - Acquiring Saving lock for RTSNET\nicola.pilli
2022-12-12 17:55:44,716 [1] DEBUG GeneXus - Product '1', Version '27' [Callback=True]
2022-12-12 17:55:44,721 [1] DEBUG GeneXus - Licensed without restrictions.
2022-12-12 17:55:50,379 [1] INFO GeneXus - == Pattern generation (WorkWithPlusWBottoni) started ==
2022-12-12 17:55:50,381 [1] DEBUG GeneXus - Acquiring Saving lock for RTSNET\nicola.pilli
2022-12-12 17:55:50,461 [1] DEBUG GeneXus - Acquiring Saving lock for RTSNET\nicola.pilli
2022-12-12 17:55:55,269 [1] DEBUG GeneXus - Releasing Saving lock for RTSNET\nicola.pilli
2022-12-12 17:55:57,476 [1] INFO GeneXus - Saving Web Panel 'WBottoni'...
2022-12-12 17:55:57,520 [1] DEBUG GeneXus - Acquiring Saving lock for RTSNET\nicola.pilli
2022-12-12 17:56:03,135 [1] DEBUG GeneXus - Releasing Saving lock for RTSNET\nicola.pilli
2022-12-12 17:56:03,135 [1] INFO GeneXus - succeeded.
2022-12-12 17:56:03,344 [1] DEBUG GeneXus - Releasing Saving lock for RTSNET\nicola.pilli
2022-12-12 17:56:03,344 [1] INFO GeneXus - == Pattern generation (WorkWithPlusWBottoni) ended successfully ==
2022-12-12 17:56:06,998 [1] DEBUG GeneXus - Releasing Saving lock for RTSNET\nicola.pilli
2022-12-12 17:56:07,014 [1] DEBUG GeneXus - Releasing Saving lock for RTSNET\nicola.pilli
2022-12-12 17:56:07,201 [1] DEBUG GeneXus - BuildCommandFactory.Create(BuildCalled, ContinueOnErrorGeneration, BuildProcess, Execute, ConcurrentWinte)
2022-12-12 17:56:07,396 [1] INFO GeneXus - ---> Command: RunMainObject - Elapsed time: 00:00:24.9896692
2022-12-12 17:56:07,632 [14] INFO GeneXus - == Run WBottoni started ==
2022-12-12 17:56:07,724 [14] DEBUG GeneXus - Acquiring CopyModel lock for RTSNET\nicola.pilli
2022-12-12 17:56:07,981 [14] DEBUG GeneXus - [ModuleManager] Build using GeneXus module version '3.10.4.160901'
2022-12-12 17:56:08,064 [14] DEBUG GeneXus - Acquiring Saving lock for RTSNET\nicola.pilli
2022-12-12 17:56:08,091 [14] DEBUG GeneXus - Acquiring Saving lock for RTSNET\nicola.pilli
2022-12-12 17:56:08,191 [14] INFO GeneXus - == Copy Module 'GeneXus' started ==
2022-12-12 17:56:08,260 [14] INFO GeneXus - == Copy Module 'GeneXus' ended successfully ==
2022-12-12 17:56:08,317 [14] DEBUG GeneXus - Acquiring CopyModel lock for RTSNET\nicola.pilli
2022-12-12 17:56:08,407 [14] INFO GeneXus - Flag OFF C:\Program Files (x86)\GeneXus\GeneXus17-U10\docker.flag
2022-12-12 17:56:08,615 [14] INFO GeneXus - Flag OFF C:\Program Files (x86)\GeneXus\GeneXus17-U10\TimeOnlyCompatibility.flag
2022-12-12 17:56:09,618 [14] INFO GeneXus - == Target Environment update started ==
2022-12-12 17:58:57,203 [14] INFO GeneXus - ---> CopyModelCommand:
with tgt as (select * from ModelEntityVersion where ModelId = #ModelIdTarget) merge tgt
using (select * from ModelEntityVersion where ModelId = #ModelIdSource) src
on tgt.EntityTypeId = src.EntitytypeId and tgt.EntityId = src.EntityId
when not matched by target
then insert values(#ModelIdTarget, EntityTypeId, EntityId, EntityVersionId, #Timestamp, ModelEntityVersionName, ModelEntityVersionDescription, ModelParentEntityTypeId, ModelParentEntityId, ModelUserId)
when matched and (tgt.EntityVersionId != src.EntityVersionId or tgt.ModelParentEntityId != src.ModelParentEntityId or tgt.ModelParentEntityTypeId != src.ModelParentEntityTypeId)
then update set tgt.EntityVersionId = src.EntityVersionId, tgt.ModelEntityVersionName = src.ModelEntityVersionName, tgt.ModelEntityVersionDescription = src.ModelEntityVersionDescription, tgt.ModelEntityVersionTimestamp = #Timestamp, tgt.ModelParentEntityId = src.ModelParentEntityId, tgt.ModelParentEntityTypeId = src.ModelParentEntityTypeId, tgt.ModelUserId = src.ModelUserId
when not matched by source
then delete;
ModelIdSource:1
ModelIdTarget:2
Timestamp:12/12/2022 16:56:09
- Elapsed time: 00:02:47.3150027
2022-12-12 17:58:57,250 [14] INFO GeneXus - ---> CopyModelCommand:
update ModelEntityVersion set ModelEntityVersionTimestamp = #Timestamp from ModelEntityVersion mev inner join
(
select mcr.ModelId, mcr.FromEntityTypeId, mcr.FromEntityId from
(select ModelId, ToEntityTypeId, ToEntityId, FromEntityTypeId, FromEntityId from ModelCrossReference where ModelId = #ModelIdTarget and ReferenceType >= #ReferenceType and ToEntityTypeId in (12,13,14,15,16,17,6,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,32,32,32,33,34,35,36,36,36,37,38,39,40,41,41,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,8,59,60,61,62,62,63,64,65,66,67,68,69)) as mcr
left outer join
(select #ModelIdTarget as ModelId, EntityTypeId, EntityId from ModelEntityVersion where ModelId = #ModelIdSource and EntityTypeId in (12,13,14,15,16,17,6,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,32,32,32,33,34,35,36,36,36,37,38,39,40,41,41,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,8,59,60,61,62,62,63,64,65,66,67,68,69)) mevTo
on mcr.ModelId = mevTo.ModelId and mcr.ToEntityTypeId = mevTo.EntityTypeId and mcr.ToEntityId = mevTo.EntityId
where mevTo.ModelId is null
) as mcr on mev.ModelId = mcr.ModelId and mev.EntityTypeId = mcr.FromEntityTypeId and mev.EntityId = mcr.FromEntityId
where mev.ModelId = #ModelIdTarget and mev.EntityTypeId in (12,13,14,15,16,17,6,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,32,32,32,33,34,35,36,36,36,37,38,39,40,41,41,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,8,59,60,61,62,62,63,64,65,66,67,68,69)
ModelIdSource:1
ModelIdTarget:2
Timestamp:12/12/2022 16:56:09
ReferenceType:2
- Elapsed time: 00:00:00.0487742
2022-12-12 18:02:07,296 [14] INFO GeneXus - ---> CopyModelCommand:
with tgt as (select * from ModelCrossReference where ModelId = #ModelIdTarget) merge tgt
using (select * from ModelCrossReference where ModelId = #ModelIdSource) src
on tgt.ToEntityTypeId = src.ToEntityTypeId and tgt.ToEntityId = src.ToEntityId and tgt.FromEntityTypeId = src.FromEntityTypeId and tgt.FromEntityId = src.FromEntityId and tgt.LinkType = src.LinkType and tgt.LinkTypeDetailId = src.LinkTypeDetailId
when not matched by target
then insert values(#ModelIdTarget, ToEntityTypeId, ToEntityId, FromEntityTypeId, FromEntityId, LinkType, LinkTypeDetailId, LinkTypeInfo, ReferenceType)
when matched and (tgt.LinkTypeInfo != src.LinkTypeInfo or tgt.ReferenceType != src.ReferenceType)
then update set tgt.LinkTypeInfo = src.LinkTypeInfo, tgt.ReferenceType = src.ReferenceType
when not matched by source
then delete;
ModelIdSource:1
ModelIdTarget:2
- Elapsed time: 00:03:10.0350689
2022-12-12 18:02:07,304 [14] INFO GeneXus - ---> CommandEngine.CopyModel - Elapsed time: 00:05:57.4227656
2022-12-12 18:02:07,883 [14] ERROR GeneXus - Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
The statement has been terminated.
2022-12-12 18:02:07,884 [14] ERROR GeneXus - Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
The statement has been terminated.
System.Data.SqlClient.SqlException (0x80131904): Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
The statement has been terminated. ---> System.ComponentModel.Win32Exception (0x80004005): Tempo di attesa scaduto
at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted)
at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry)
at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at Artech.Udm.Layers.Data.SQL.CustomCommand.ExecuteNonQuery()
at Artech.Udm.Layers.Data.SQL.SQLCommands.ExecuteCopyModelCommand(String sqlCommand, Int32 modelIdSource, Int32 modelIdTarget, QueryParm[] queryParms)
at Artech.Udm.Layers.Data.SQL.SQLCommands.Artech.Udm.Architecture.Common.IUdmCommandEngine.CopyModel(Int32 modelIdSource, Int32 modelIdTarget, CopyModelOptions options, DateTime timestamp, Int32 lowerWeakExternalRefType, IEnumerable`1 objectTypesIds)
at Artech.Udm.Framework.UdmKnowledgeBase.CopyModel(Model source, Model target, CopyModelOptions options, IEnumerable`1 objectTypes, IEnumerable`1 copyOutputIds)
ClientConnectionId:48d68e66-87c8-47f0-82bc-dbfd18a17c11
Error Number:-2,State:0,Class:11
2022-12-12 18:02:07,923 [14] ERROR GeneXus - Tempo di attesa scaduto
System.ComponentModel.Win32Exception (0x80004005): Tempo di attesa scaduto
2022-12-12 18:02:19,224 [14] INFO GeneXus - ---> CopyModelCommand:
delete tgt from (select * from ModelEntityOutput where ModelId = #ModelIdTarget and OutputTypeId in (1711,1712,400,6192,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510)) as tgt left join
(select EntityTypeId, EntityId, OutputEntityVersionId, OutputTypeId, OutputTypeVersion, OutputTimestamp from ModelEntityOutput where ModelId = #ModelIdSource and OutputTypeId in (1711,1712,400,6192,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510)) src
on tgt.EntityTypeId = src.EntityTypeId and tgt.EntityId = src.EntityId and tgt.OutputEntityVersionId = src.OutputEntityVersionId and tgt.OutputTypeId = src.OutputTypeId and tgt.OutputTypeVersion = src.OutputTypeVersion
where src.OutputTimestamp is null or tgt.OutputTimestamp <> src.OutputTimestamp
ModelIdSource:1
ModelIdTarget:2
- Elapsed time: 00:00:00.0258485
2022-12-12 18:02:19,242 [14] INFO GeneXus - ---> CopyModelCommand:
insert into ModelEntityOutput (ModelId, EntityTypeId, EntityId, OutputEntityVersionId, OutputTypeId, OutputTypeVersion, OutputTimestamp, OutputData)
select #ModelIdTarget as ModelId, src.EntityTypeId, src.EntityId, src.OutputEntityVersionId, src.OutputTypeId, src.OutputTypeVersion, src.OutputTimestamp, src.OutputData from ModelEntityOutput src where src.ModelId = #ModelIdSource and src.OutputTypeId in (1711,1712,400,6192,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510) and not exists
(select 1 from ModelEntityOutput tgt where tgt.ModelId = #ModelIdTarget and tgt.EntityTypeId = src.EntityTypeId and tgt.EntityId = src.EntityId and tgt.OutputEntityVersionId = src.OutputEntityVersionId and tgt.OutputTypeId = src.OutputTypeId and tgt.OutputTypeVersion = src.OutputTypeVersion)
ModelIdSource:1
ModelIdTarget:2
- Elapsed time: 00:00:00.0173852
2022-12-12 18:02:19,242 [14] INFO GeneXus - ---> CommandEngine.CopyModelOutput - Elapsed time: 00:00:00.0573971
2022-12-12 18:02:19,242 [14] INFO GeneXus - ---> UdmKnowledgeBase.CopyModel - Elapsed time: 00:06:09.6155646
2022-12-12 18:02:19,300 [14] DEBUG GeneXus - Acquiring Saving lock for RTSNET\nicola.pilli
2022-12-12 18:02:19,881 [14] DEBUG GeneXus - *****TypeConverter 'UserInterfaceTypeConverter' doesn't support ConvertTo KMGuidString
2022-12-12 18:02:19,882 [14] DEBUG GeneXus - *****TypeConverter 'GeneratedLanguageConverter' doesn't support ConvertTo KMGuidString
2022-12-12 18:02:19,884 [14] DEBUG GeneXus - *****TypeConverter 'DbmsCustomTypeConverter' doesn't support ConvertTo KMGuidString
2022-12-12 18:02:20,256 [14] INFO GeneXus - ---> CopyModel.ModelCopying - Elapsed time: 00:00:00.9954385
2022-12-12 18:02:20,276 [14] INFO GeneXus - ---> CopyModel.ModelCopied - Elapsed time: 00:00:00.0188513
2022-12-12 18:02:20,276 [14] INFO GeneXus - ---> CopyModel - Elapsed time: 00:06:10.6569293
2022-12-12 18:02:20,277 [14] INFO GeneXus - == Target Environment update ended successfully ==
2022-12-12 18:02:20,289 [14] DEBUG GeneXus - Releasing CopyModel lock for RTSNET\nicola.pilli
2022-12-12 18:02:20,327 [14] INFO GeneXus - Building changed objects list
2022-12-12 18:02:20,854 [14] DEBUG GeneXus - Web Panel 'WBottoni' has no specified date for generator CSharpWeb and output 115
2022-12-12 18:02:21,965 [14] DEBUG GeneXus - [Running] C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe "C:\Program Files (x86)\GeneXus\GeneXus17-U10\Genexus.msbuild" /t:Open;SpecifierDaemon /p:GXInstall="C:\Program Files (x86)\GeneXus\GeneXus17-U10" /p:KBPath="C:\Models\TestVersione17U10b" /p:MutexName=Specifier.BuildWait.Mutex.14664.0 /p:SegmentName=Specifier.BuildWait.Segment.14664.0 /p:StateGuid="061b7d51-92dc-42c9-bf42-fa43214630cf" /p:GXProcessId=14664 /p:ModelId=2 /p:GenId=0 /p:PackagesCatalog="C:\ProgramData\GeneXus\GeneXus\17\packages.143920.xml" /p:ProductInfo="GeneXus;GeneXus;17;"
2022-12-12 18:02:22,003 [14] DEBUG GeneXus - [Running] C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe "C:\Program Files (x86)\GeneXus\GeneXus17-U10\Genexus.msbuild" /t:Open;SpecifierDaemon /p:GXInstall="C:\Program Files (x86)\GeneXus\GeneXus17-U10" /p:KBPath="C:\Models\TestVersione17U10b" /p:MutexName=Specifier.BuildWait.Mutex.14664.0 /p:SegmentName=Specifier.BuildWait.Segment.14664.0 /p:StateGuid="061b7d51-92dc-42c9-bf42-fa43214630cf" /p:GXProcessId=14664 /p:ModelId=2 /p:GenId=0 /p:PackagesCatalog="C:\ProgramData\GeneXus\GeneXus\17\packages.143920.xml" /p:ProductInfo="GeneXus;GeneXus;17;"
2022-12-12 18:02:22,072 [14] INFO GeneXus - == Specification started ==
2022-12-12 18:02:22,450 [7] DEBUG GeneXus - Microsoft (R) Build Engine versione 4.8.4084.0
2022-12-12 18:02:22,451 [7] DEBUG GeneXus - [Microsoft .NET Framework versione 4.0.30319.42000]
2022-12-12 18:02:22,451 [7] DEBUG GeneXus - Copyright (C) Microsoft Corporation. Tutti i diritti riservati.
2022-12-12 18:02:22,466 [22] DEBUG GeneXus - Microsoft (R) Build Engine versione 4.8.4084.0
2022-12-12 18:02:22,466 [22] DEBUG GeneXus - [Microsoft .NET Framework versione 4.0.30319.42000]
2022-12-12 18:02:22,466 [22] DEBUG GeneXus - Copyright (C) Microsoft Corporation. Tutti i diritti riservati.
2022-12-12 18:02:22,543 [7] DEBUG GeneXus - Compilazione avviata 12/12/2022 18:02:22.
2022-12-12 18:02:22,543 [22] DEBUG GeneXus - Compilazione avviata 12/12/2022 18:02:22.
2022-12-12 18:02:26,126 [17] DEBUG GeneXus - SpecifierDaemon:
2022-12-12 18:02:28,627 [22] DEBUG GeneXus - Progetto "C:\Program Files (x86)\GeneXus\GeneXus17-U10\Genexus.msbuild" sul nodo 1 (destinazioni: Open;SpecifierDaemon).
2022-12-12 18:02:28,627 [22] DEBUG GeneXus - Open:
2022-12-12 18:02:28,630 [7] DEBUG GeneXus - Progetto "C:\Program Files (x86)\GeneXus\GeneXus17-U10\Genexus.msbuild" sul nodo 1 (destinazioni: Open;SpecifierDaemon).
2022-12-12 18:02:28,630 [7] DEBUG GeneXus - Open:
2022-12-12 18:02:28,806 [11] INFO GeneXus - Specifying WBottoni ...
2022-12-12 18:02:31,425 [22] DEBUG GeneXus - SpecifierDaemon:
2022-12-12 18:02:31,425 [34] INFO GeneXus - Processing inferred calls...
2022-12-12 18:02:32,432 [14] INFO GeneXus - Generating Resources...
2022-12-12 18:02:35,498 [14] INFO GeneXus - Success
2022-12-12 18:02:39,283 [14] INFO GeneXus - == Specification ended successfully ==
2022-12-12 18:02:39,433 [STP SmartThreadPool Thread #0] DEBUG GeneXus - [Running] C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe "C:\Program Files (x86)\GeneXus\GeneXus17-U10\Genexus.msbuild" /t:Open;GeneratorDaemon /p:GXInstall="C:\Program Files (x86)\GeneXus\GeneXus17-U10" /p:KBPath="C:\Models\TestVersione17U10b" /p:MutexName=Generator.BuildWait.Mutex.14664.15 /p:SegmentName=Generator.BuildWait.Segment.14664.15 /p:StateGuid="061b7d51-92dc-42c9-bf42-fa43214630cf" /p:GXProcessId=14664 /p:ModelId=2 /p:GenId=15 /p:PackagesCatalog="C:\ProgramData\GeneXus\GeneXus\17\packages.143920.xml" /p:ProductInfo="GeneXus;GeneXus;17;"
2022-12-12 18:02:39,449 [STP SmartThreadPool Thread #0] INFO GeneXus - == Default (.NET Framework) Generation started ==
2022-12-12 18:02:39,816 [34] DEBUG GeneXus - Microsoft (R) Build Engine versione 4.8.4084.0
2022-12-12 18:02:39,816 [34] DEBUG GeneXus - [Microsoft .NET Framework versione 4.0.30319.42000]
2022-12-12 18:02:39,816 [34] DEBUG GeneXus - Copyright (C) Microsoft Corporation. Tutti i diritti riservati.
2022-12-12 18:02:39,981 [34] DEBUG GeneXus - Compilazione avviata 12/12/2022 18:02:39.
2022-12-12 18:02:44,129 [34] DEBUG GeneXus - Progetto "C:\Program Files (x86)\GeneXus\GeneXus17-U10\Genexus.msbuild" sul nodo 1 (destinazioni: Open;GeneratorDaemon).
2022-12-12 18:02:44,129 [17] DEBUG GeneXus - Open:
2022-12-12 18:02:50,632 [33] DEBUG GeneXus - GeneratorDaemon:
2022-12-12 18:02:50,998 [34] INFO GeneXus - Generating to NetModel\web\wbottoni.cs
2022-12-12 18:02:51,157 [34] INFO GeneXus - Generating to NetModel\web\wbottoni.js
2022-12-12 18:02:51,300 [34] INFO GeneXus - Generating to NetModel\web\gxcfg.js
2022-12-12 18:02:51,344 [35] INFO GeneXus - Generating to NetModel\web\GXCFG.WEB
2022-12-12 18:02:51,616 [35] INFO GeneXus - Generating to NetModel\web\client.exe.config
2022-12-12 18:02:52,033 [17] INFO GeneXus - Generating to NetModel\web\bldDevelopermenu.cs
2022-12-12 18:02:52,181 [17] INFO GeneXus - Generating to NetModel\web\bldwbottoni.cs
2022-12-12 18:02:52,304 [17] INFO GeneXus - Generating to NetModel\web\genexus.programs.common.rsp
2022-12-12 18:02:52,313 [17] INFO GeneXus - Generating to NetModel\web\exe.bld
2022-12-12 18:02:52,320 [17] INFO GeneXus - Generating to NetModel\web\winexe.bld
2022-12-12 18:02:52,328 [17] INFO GeneXus - Generating to NetModel\web\library.bld
2022-12-12 18:02:52,338 [17] INFO GeneXus - Generating to NetModel\web\bld15.info
2022-12-12 18:02:52,492 [STP SmartThreadPool Thread #0] INFO GeneXus - == Default (.NET Framework) Generation ended successfully ==
2022-12-12 18:02:52,772 [STP SmartThreadPool Thread #0] INFO GeneXus - Compressing static files...
2022-12-12 18:02:53,441 [STP SmartThreadPool Thread #0] INFO GeneXus - Success
2022-12-12 18:02:54,926 [14] INFO GeneXus - == WBottoni Compilation for Default (.NET Framework) started ==
2022-12-12 18:02:54,936 [14] DEBUG GeneXus - BuildCommand: gxexec "C:\Models\TestVersione17U10b\NetModel\web\bldwbottoni.cs" -r:GxBaseBuilder.dll -arg:csc="C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\csc.exe"
2022-12-12 18:02:54,940 [14] INFO GeneXus - gxexec "C:\Models\TestVersione17U10b\NetModel\web\bldwbottoni.cs" -r:GxBaseBuilder.dll -arg:csc="C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\csc.exe"
2022-12-12 18:02:54,940 [14] DEBUG GeneXus - ExecuteCommand: gxexec "C:\Models\TestVersione17U10b\NetModel\web\bldwbottoni.cs" -r:GxBaseBuilder.dll -arg:csc="C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\csc.exe"
2022-12-12 18:02:57,662 [33] INFO GeneXus - Compiling wbottoni...success
2022-12-12 18:02:57,676 [14] INFO GeneXus - == WBottoni Compilation for Default (.NET Framework) ended successfully ==
2022-12-12 18:02:57,676 [14] INFO GeneXus - == Home Compilation for Default (.NET Framework) started ==
2022-12-12 18:02:57,684 [14] DEBUG GeneXus - BuildCommand: gxexec "C:\Models\TestVersione17U10b\NetModel\web\bldhome.cs" -r:GxBaseBuilder.dll -arg:csc="C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\csc.exe"
2022-12-12 18:02:57,686 [14] INFO GeneXus - gxexec "C:\Models\TestVersione17U10b\NetModel\web\bldhome.cs" -r:GxBaseBuilder.dll -arg:csc="C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\csc.exe"
2022-12-12 18:02:57,686 [14] DEBUG GeneXus - ExecuteCommand: gxexec "C:\Models\TestVersione17U10b\NetModel\web\bldhome.cs" -r:GxBaseBuilder.dll -arg:csc="C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\csc.exe"
2022-12-12 18:02:58,341 [14] INFO GeneXus - == Home Compilation for Default (.NET Framework) ended successfully ==
2022-12-12 18:02:58,341 [14] INFO GeneXus - == CittaWW Compilation for Default (.NET Framework) started ==
2022-12-12 18:02:58,346 [14] DEBUG GeneXus - BuildCommand: gxexec "C:\Models\TestVersione17U10b\NetModel\web\bldcittaww.cs" -r:GxBaseBuilder.dll -arg:csc="C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\csc.exe"
2022-12-12 18:02:58,348 [14] INFO GeneXus - gxexec "C:\Models\TestVersione17U10b\NetModel\web\bldcittaww.cs" -r:GxBaseBuilder.dll -arg:csc="C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\csc.exe"
2022-12-12 18:02:58,348 [14] DEBUG GeneXus - ExecuteCommand: gxexec "C:\Models\TestVersione17U10b\NetModel\web\bldcittaww.cs" -r:GxBaseBuilder.dll -arg:csc="C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\csc.exe"
2022-12-12 18:02:59,022 [14] INFO GeneXus - == CittaWW Compilation for Default (.NET Framework) ended successfully ==
2022-12-12 18:02:59,022 [14] INFO GeneXus - == ClienteWW Compilation for Default (.NET Framework) started ==
2022-12-12 18:02:59,030 [14] DEBUG GeneXus - BuildCommand: gxexec "C:\Models\TestVersione17U10b\NetModel\web\bldclienteww.cs" -r:GxBaseBuilder.dll -arg:csc="C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\csc.exe"
2022-12-12 18:02:59,037 [14] INFO GeneXus - gxexec "C:\Models\TestVersione17U10b\NetModel\web\bldclienteww.cs" -r:GxBaseBuilder.dll -arg:csc="C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\csc.exe"
2022-12-12 18:02:59,038 [14] DEBUG GeneXus - ExecuteCommand: gxexec "C:\Models\TestVersione17U10b\NetModel\web\bldclienteww.cs" -r:GxBaseBuilder.dll -arg:csc="C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\csc.exe"
2022-12-12 18:02:59,826 [14] INFO GeneXus - == ClienteWW Compilation for Default (.NET Framework) ended successfully ==
2022-12-12 18:02:59,827 [14] INFO GeneXus - == Web config update started ==
2022-12-12 18:02:59,834 [14] DEBUG GeneXus - ExecuteCommand: virtualdir.exe http://localhost/TestVersione17U10b.NETEnvironment/ "C:\Models\TestVersione17U10b\NetModel\web" -apppool "ASP.NET V4.0" -fwVer v4.0
2022-12-12 18:03:00,197 [14] DEBUG GeneXus - BuildCommand: "C:\Models\TestVersione17U10b\NetModel\web\UpdConfigWeb.exe"
2022-12-12 18:03:00,202 [14] DEBUG GeneXus - ExecuteCommand: "C:\Models\TestVersione17U10b\NetModel\web\UpdConfigWeb.exe"
2022-12-12 18:03:00,428 [15] INFO GeneXus - Updating web config ...
2022-12-12 18:03:00,514 [14] INFO GeneXus - == Web config update ended successfully ==
2022-12-12 18:03:00,571 [14] INFO GeneXus - == Execution started ==
2022-12-12 18:03:00,597 [14] DEBUG GeneXus - BuildCommand: WEB:http://localhost/TestVersione17U10b.NETEnvironment/wbottoni.aspx
2022-12-12 18:03:01,000 [14] INFO GeneXus - == Execution ended successfully ==
2022-12-12 18:03:01,064 [14] INFO GeneXus - == Run WBottoni ended successfully ==
2022-12-12 18:03:01,182 [1] INFO GeneXus - Reloading Web Panel 'WBottoni'...
2022-12-12 18:03:01,205 [1] DEBUG GeneXus - Releasing object WBottoni from editing
2022-12-12 18:03:02,699 [1] DEBUG GeneXus - Locking object WBottoni for editing
2022-12-12 18:03:04,264 [1] INFO GeneXus - Done
2022-12-12 18:03:04,312 [1] INFO GeneXus - ---> Command: BuildCommandWrapperUI - Elapsed time: 00:06:56.9186902
What value do you have at Environment Level > property: Build Mode?
I had the same problem and it solved when switching the value of this property from MSBuild to Standard.
You can read more about this property on the following link: https://wiki.genexus.com/commwiki/servlet/wiki?3936,Build+Mode+property+for+.NET+generator
The Target Environment update step is a very IO intensive step, that needs to compare the state of the internal model structure of the version being built, with the last built state of the current environment.
This synchronization is performed directly in the KB's DB with a series of SQL statements.
If you turn the GeneXus log on, and run GeneXus with the /MeasureCommandTime command line argument, the statements run during the synchronization are print in the log, with detailed information on how long it took to run each statement. If you post that information here I may be able to provide some further insight into why the synchronization may be taking too long.
In any case, I would advise you to check how the SQL server instance of the KB's DB is performing, for instance check if it's constrained in memory usage, or check if the DB files are stored in a drive with slow read/write speeds.

Error - Segmentation fault - Invalid permissions

I am trying to run a simulation of Lammps software in a cluster with Linux environment, however my simulation crashes returning the error below.
*** Process received signal ***
Signal: Segmentation fault (11)
Signal code: Invalid permissions (2)
Failing at address: 0x7fc6e59a7308
[ 0] /lib64/libpthread.so.0(+0x12d80)[0x7fc6e5f7ad80]
[ 1] /usr/lib64/openmpi/lib/openmpi/mca_btl_vader.so(+0x4b1b)[0x7fc6d247eb1b]
[ 2] /usr/lib64/openmpi/lib/libopen-pal.so.40(opal_progress+0x34)[0x7fc6e566c8e4]
[ 3] /usr/lib64/openmpi/lib/libmpi.so.40(ompi_request_default_wait+0x12d)[0x7fc6e6d32e4d]
[ 4] /usr/lib64/openmpi/lib/libmpi.so.40(ompi_coll_base_sendrecv_actual+0xc5)[0x7fc6e6d911c5]
[ 5] /usr/lib64/openmpi/lib/libmpi.so.40(ompi_coll_base_allreduce_intra_recursivedoubling+0x2dc)[0x7fc6e6d9159c]
[ 6] /usr/lib64/openmpi/lib/libmpi.so.40(PMPI_Allreduce+0x2c0)[0x7fc6e6d46fc0]
[ 7] /home/sw/lammps/LAMMPS_7AUG19/lammps-7Aug19-Full_2/src/lmp_g++_openmpi[0xed9299]
[ 8] /home/sw/lammps/LAMMPS_7AUG19/lammps-7Aug19-Full_2/src/lmp_g++_openmpi[0x771650]
[ 9] /home/sw/lammps/LAMMPS_7AUG19/lammps-7Aug19-Full_2/src/lmp_g++_openmpi[0x44cf50]
[10] /home/sw/lammps/LAMMPS_7AUG19/lammps-7Aug19-Full_2/src/lmp_g++_openmpi[0x157f206]
[11] /home/sw/lammps/LAMMPS_7AUG19/lammps-7Aug19-Full_2/src/lmp_g++_openmpi[0x157d2f7]
[12] /home/sw/lammps/LAMMPS_7AUG19/lammps-7Aug19-Full_2/src/lmp_g++_openmpi[0x157dddb]
[13] /home/sw/lammps/LAMMPS_7AUG19/lammps-7Aug19-Full_2/src/lmp_g++_openmpi[0x417496]
[14] /lib64/libc.so.6(__libc_start_main+0xf3)[0x7fc6e5bc7813]
[15] /home/sw/lammps/LAMMPS_7AUG19/lammps-7Aug19-Full_2/src/lmp_g++_openmpi[0x4178fe]
*** End of error message ***
--------------------------------------------------------------------------
mpirun noticed that process rank 9 with PID 0 on node lesc exited on signal 11 (Segmentation fault).
--------------------------------------------------------------------------
I believe that this error should not be directly related to the software but rather with mpi.
Could anyone kindly give me any insight into this kind of error? I don't understand much about how mpi works.

How can I use Julia for the first time on windows 7?

When I try to install any package in Julia, I keep receiving this error:
julia> Pkg.add("Dates")
INFO: Initializing package repository C:\Users\Ezz\.julia\v0.6
INFO: Cloning METADATA from https://github.com/JuliaLang/METADATA.jl
ERROR: GitError(Code:ECERTIFICATE, Class:OS, user cancelled certificate check: )
Stacktrace:
[1] macro expansion at .\libgit2\error.jl:99 [inlined]
[2] clone(::String, ::String, ::Base.LibGit2.CloneOptions) at .\libgit2\reposit
ory.jl:276
[3] #clone#100(::String, ::Bool, ::Ptr{Void}, ::Nullable{Base.LibGit2.AbstractC
redentials}, ::Function, ::String, ::String) at .\libgit2\libgit2.jl:562
[4] (::Base.LibGit2.#kw##clone)(::Array{Any,1}, ::Base.LibGit2.#clone, ::String
, ::String) at .\<missing>:0
[5] (::Base.Pkg.Dir.##8#10{String,String})() at .\pkg\dir.jl:55
[6] cd(::Base.Pkg.Dir.##8#10{String,String}, ::String) at .\file.jl:59
[7] init(::String, ::String) at .\pkg\dir.jl:53
[8] #cd#1(::Array{Any,1}, ::Function, ::Function, ::String, ::Vararg{String,N}
where N) at .\pkg\dir.jl:28
[9] add(::String) at .\pkg\pkg.jl:117
I googled and found that TLS protocol is not installed and this can be done by installing the easy fix, but it didn't work. I might understood something wrong, so please can anybody help me?
I'm using windows 7, 64-bit.

qwebview in pyside after packaged with pyinstaller goes wrong

Here's my code
import sys
from PySide.QtCore import *
from PySide.QtGui import *
from PySide.QtWebKit import *
from encodings import *
from codecs import *
class BrowserWindow( QWidget ):
def __init__( self, parent=None ):
QWidget.__init__( self, parent )
self.Setup()
self.SetupEvent()
def Setup( self ):
self.setWindowTitle( u"Truease Speedy Browser" )
self.addr_input = QLineEdit()
self.addr_go = QPushButton( "GO" )
self.addr_bar = QHBoxLayout()
self.addr_bar.addWidget( self.addr_input )
self.addr_bar.addWidget( self.addr_go )
for attr in [
QWebSettings.AutoLoadImages,
QWebSettings.JavascriptEnabled,
QWebSettings.JavaEnabled,
QWebSettings.PluginsEnabled,
QWebSettings.JavascriptCanOpenWindows,
QWebSettings.JavascriptCanAccessClipboard,
QWebSettings.DeveloperExtrasEnabled,
QWebSettings.SpatialNavigationEnabled,
QWebSettings.OfflineStorageDatabaseEnabled,
QWebSettings.OfflineWebApplicationCacheEnabled,
QWebSettings.LocalStorageEnabled,
QWebSettings.LocalStorageDatabaseEnabled,
QWebSettings.LocalContentCanAccessRemoteUrls,
QWebSettings.LocalContentCanAccessFileUrls,
]:
QWebSettings.globalSettings().setAttribute( attr, True )
self.web_view = QWebView()
self.web_view.load( "http://www.baidu.com" )
layout = QVBoxLayout()
layout.addLayout( self.addr_bar )
layout.addWidget( self.web_view )
self.setLayout( layout )
def SetupEvent( self ):
self.connect(
self.addr_input,
SIGNAL("editingFinished()"),
self,
SLOT("Load()"),
)
self.connect(
self.addr_go,
SIGNAL("pressed()"),
self,
SLOT("Load()")
)
self.connect(
self.web_view,
SIGNAL("urlChanged(const QUrl&)"),
self,
SLOT("SetURL()"),
)
def Load( self, *args, **kwargs ):
url = self.GetCleanedURL()
if url != self.CurrentURL():
self.web_view.load( url )
def SetURL( self, *args, **kwargs ):
self.addr_input.setText( self.CurrentURL() )
def GetCleanedURL( self ):
url = self.addr_input.text().strip()
if not url.startswith("http"):
url = "http://" + url
return url
def CurrentURL( self ):
url = self.web_view.url().toString()
return url
def Main():
app = QApplication( sys.argv )
widget = BrowserWindow()
widget.show()
return app.exec_()
if __name__ == '__main__':
sys.exit( Main() )
I works well when i using python browser.py. but it goes wrong after packaged with pyinstaller -w browser.py.
it doesn't load images
can only display correct text in utf-8
And this is the pyinstaller output:
E:\true\wuk\app2>pyinstaller -w b.py
16 INFO: wrote E:\true\wuk\app2\b.spec
16 INFO: Testing for ability to set icons, version resources...
32 INFO: ... resource update available
32 INFO: UPX is not available.
46 INFO: Processing hook hook-os
141 INFO: Processing hook hook-time
157 INFO: Processing hook hook-cPickle
218 INFO: Processing hook hook-_sre
312 INFO: Processing hook hook-cStringIO
407 INFO: Processing hook hook-encodings
421 INFO: Processing hook hook-codecs
750 INFO: Processing hook hook-httplib
750 INFO: Processing hook hook-email
843 INFO: Processing hook hook-email.message
1046 WARNING: library python%s%s required via ctypes not found
1171 INFO: Extending PYTHONPATH with E:\true\wuk\app2
1171 INFO: checking Analysis
1171 INFO: building because b.py changed
1171 INFO: running Analysis out00-Analysis.toc
1171 INFO: Adding Microsoft.VC90.CRT to dependent assemblies of final executable
1171 INFO: Searching for assembly x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_x-ww ...
1171 INFO: Found manifest C:\WINDOWS\WinSxS\Manifests\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_x-ww_d08d0375.manifest
1187 INFO: Searching for file msvcr90.dll
1187 INFO: Found file C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_x-ww_d08d0375\msvcr90.dll
1187 INFO: Searching for file msvcp90.dll
1187 INFO: Found file C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_x-ww_d08d0375\msvcp90.dll
1187 INFO: Searching for file msvcm90.dll
1187 INFO: Found file C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_x-ww_d08d0375\msvcm90.dll
1266 INFO: Analyzing D:\Applications\Python\lib\site-packages\pyinstaller-2.1-py2.7.egg\PyInstaller\loader\_pyi_bootstrap.py
1266 INFO: Processing hook hook-os
1282 INFO: Processing hook hook-site
1296 INFO: Processing hook hook-encodings
1391 INFO: Processing hook hook-time
1407 INFO: Processing hook hook-cPickle
1468 INFO: Processing hook hook-_sre
1578 INFO: Processing hook hook-cStringIO
1671 INFO: Processing hook hook-codecs
2016 INFO: Processing hook hook-httplib
2016 INFO: Processing hook hook-email
2109 INFO: Processing hook hook-email.message
2312 WARNING: library python%s%s required via ctypes not found
2468 INFO: Processing hook hook-pydoc
2516 INFO: Analyzing D:\Applications\Python\lib\site-packages\pyinstaller-2.1-py2.7.egg\PyInstaller\loader\pyi_importers.py
2609 INFO: Analyzing D:\Applications\Python\lib\site-packages\pyinstaller-2.1-py2.7.egg\PyInstaller\loader\pyi_archive.py
2687 INFO: Analyzing D:\Applications\Python\lib\site-packages\pyinstaller-2.1-py2.7.egg\PyInstaller\loader\pyi_carchive.py
2782 INFO: Analyzing D:\Applications\Python\lib\site-packages\pyinstaller-2.1-py2.7.egg\PyInstaller\loader\pyi_os_path.py
2782 INFO: Analyzing b.py
2796 INFO: Processing hook hook-PySide
2875 INFO: Hidden import 'codecs' has been found otherwise
2875 INFO: Hidden import 'encodings' has been found otherwise
2875 INFO: Looking for run-time hooks
7766 INFO: Using Python library C:\WINDOWS\system32\python27.dll
7796 INFO: E:\true\wuk\app2\build\b\out00-Analysis.toc no change!
7796 INFO: checking PYZ
7812 INFO: checking PKG
7812 INFO: building because E:\true\wuk\app2\build\b\b.exe.manifest changed
7812 INFO: building PKG (CArchive) out00-PKG.pkg
7828 INFO: checking EXE
7843 INFO: rebuilding out00-EXE.toc because pkg is more recent
7843 INFO: building EXE from out00-EXE.toc
7843 INFO: Appending archive to EXE E:\true\wuk\app2\build\b\b.exe
7843 INFO: checking COLLECT
7843 INFO: building COLLECT out00-COLLECT.toc
Use pyinstaller browser.py, and in the console window i got
QFont::setPixelSize: Pixel size <= 0 (0)
QSslSocket: cannot call unresolved function SSLv23_client_method
QSslSocket: cannot call unresolved function SSL_CTX_new
QSslSocket: cannot call unresolved function SSL_library_init
QSslSocket: cannot call unresolved function ERR_get_error
QSslSocket: cannot call unresolved function SSLv23_client_method
QSslSocket: cannot call unresolved function SSL_CTX_new
QSslSocket: cannot call unresolved function SSL_library_init
QSslSocket: cannot call unresolved function ERR_get_error
QSslSocket: cannot call unresolved function SSLv23_client_method
QSslSocket: cannot call unresolved function SSL_CTX_new
QSslSocket: cannot call unresolved function SSL_library_init
QSslSocket: cannot call unresolved function ERR_get_error
QSslSocket: cannot call unresolved function SSLv23_client_method
QSslSocket: cannot call unresolved function SSL_CTX_new
QSslSocket: cannot call unresolved function SSL_library_init
QSslSocket: cannot call unresolved function ERR_get_error
QFont::setPixelSize: Pixel size <= 0 (0)
I encountered this same problem. It is caused by PyInstaller using incorrect versions of ssleay32.dll and libeay32.dll.
To fix, download and install "Win32 OpenSSL v1.0.1e".
Then create a spec file for your PyInstaller project:
pyi-makespec browser.py
Open your spec file, named browser.spec, and below the a = Analysis(['browser.py']) line, add:
for d in range(len(a.binaries)):
if a.binaries[d][0].lower() == 'ssleay32.dll':
print a.binaries[d]
a.binaries[d] = ('ssleay32.dll', 'C:\\\OpenSSL-Win32\\ssleay32.dll', 'BINARY')
if a.binaries[d][0].lower() == 'libeay32.dll':
print a.binaries[d]
a.binaries[d] = ('libeay32.dll', 'C:\\OpenSSL-Win32\\libeay32.dll', 'BINARY')
This will tell PyInstaller to use the OpenSSL-Win32 dlls instead of the ones your Python installation is using.
When running the Python script, my Python installation preferred the DLLs in my system path to those installed by pyOpenSSL/egenix, but when bundling with PyInstaller, it seems to prefer the pyOpenSSL/egenix ones. This should fix that.

Magento stock getting overwritten to 0 on some products

I'm seeing an issue in our Magento 1.5.0.1 store where the stock is getting overwritten to 0 on some products. This seems to be happening automatically and I can't figure out why. I recently installed Lightspeed and SpeedBooster from Tinybrick, which may have something to do with it, but I have since disabled them and still no luck. I'm really at a loss here, so any thoughts, ideas, or debugging tips would be greatly appreciated.
Thanks!
Backtrace Data
2011-09-29T18:10:05+00:00 DEBUG (7): before save, QTY is 0 for 615906-2PK...printing backtrace
2011-09-29T18:10:05+00:00 DEBUG (7): [21] VPS_Stock_Model_Observer::catalog_product_save_before LINE 1265 (/chroot/home/valuepet/valuepetsupplies.com/html/app/code/core/Mage/Core/Model/App.php)
2011-09-29T18:10:05+00:00 DEBUG (7): [20] Mage_Core_Model_App::_callObserverMethod LINE 1246 (/chroot/home/valuepet/valuepetsupplies.com/html/app/code/core/Mage/Core/Model/App.php)
2011-09-29T18:10:05+00:00 DEBUG (7): [19] Mage_Core_Model_App::dispatchEvent LINE 416 (/chroot/home/valuepet/valuepetsupplies.com/html/app/Mage.php)
2011-09-29T18:10:05+00:00 DEBUG (7): [18] Mage::dispatchEvent LINE 391 (/chroot/home/valuepet/valuepetsupplies.com/html/app/code/core/Mage/Core/Model/Abstract.php)
2011-09-29T18:10:05+00:00 DEBUG (7): [17] Mage_Core_Model_Abstract::_beforeSave LINE 306 (/chroot/home/valuepet/valuepetsupplies.com/html/app/code/core/Mage/Catalog/Model/Abstract.php)
2011-09-29T18:10:05+00:00 DEBUG (7): [16] Mage_Catalog_Model_Abstract::_beforeSave LINE 474 (/chroot/home/valuepet/valuepetsupplies.com/html/app/code/core/Mage/Catalog/Model/Product.php)
2011-09-29T18:10:05+00:00 DEBUG (7): [15] Mage_Catalog_Model_Product::_beforeSave LINE 316 (/chroot/home/valuepet/valuepetsupplies.com/html/app/code/core/Mage/Core/Model/Abstract.php)
2011-09-29T18:10:05+00:00 DEBUG (7): [14] Mage_Core_Model_Abstract::save LINE 114 (/chroot/home/valuepet/valuepetsupplies.com/html/app/code/core/Mage/CatalogInventory/Model/Stock/Item/Api.php)
2011-09-29T18:10:05+00:00 DEBUG (7): [13] Mage_CatalogInventory_Model_Stock_Item_Api::update LINE ()
2011-09-29T18:10:05+00:00 DEBUG (7): [12] ::call_user_func_array LINE 404 (/chroot/home/valuepet/valuepetsupplies.com/html/app/code/core/Mage/Api/Model/Server/Handler/Abstract.php)
2011-09-29T18:10:05+00:00 DEBUG (7): [11] Mage_Api_Model_Server_Handler_Abstract::multiCall LINE ()
2011-09-29T18:10:05+00:00 DEBUG (7): [10] SoapServer::handle LINE 832 (/chroot/home/valuepet/valuepetsupplies.com/html/lib/Zend/Soap/Server.php)
2011-09-29T18:10:05+00:00 DEBUG (7): [9] Zend_Soap_Server::handle LINE 145 (/chroot/home/valuepet/valuepetsupplies.com/html/app/code/core/Mage/Api/Model/Server/Adapter/Soap.php)
2011-09-29T18:10:05+00:00 DEBUG (7): [8] Mage_Api_Model_Server_Adapter_Soap::run LINE 76 (/chroot/home/valuepet/valuepetsupplies.com/html/app/code/core/Mage/Api/Model/Server.php)
2011-09-29T18:10:05+00:00 DEBUG (7): [7] Mage_Api_Model_Server::run LINE 42 (/chroot/home/valuepet/valuepetsupplies.com/html/app/code/core/Mage/Api/controllers/IndexController.php)
2011-09-29T18:10:05+00:00 DEBUG (7): [6] Mage_Api_IndexController::indexAction LINE 418 (/chroot/home/valuepet/valuepetsupplies.com/html/app/code/core/Mage/Core/Controller/Varien/Action.php)
2011-09-29T18:10:05+00:00 DEBUG (7): [5] Mage_Core_Controller_Varien_Action::dispatch LINE 253 (/chroot/home/valuepet/valuepetsupplies.com/html/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php)
2011-09-29T18:10:05+00:00 DEBUG (7): [4] Mage_Core_Controller_Varien_Router_Standard::match LINE 176 (/chroot/home/valuepet/valuepetsupplies.com/html/app/code/core/Mage/Core/Controller/Varien/Front.php)
2011-09-29T18:10:05+00:00 DEBUG (7): [3] Mage_Core_Controller_Varien_Front::dispatch LINE 340 (/chroot/home/valuepet/valuepetsupplies.com/html/app/code/core/Mage/Core/Model/App.php)
2011-09-29T18:10:05+00:00 DEBUG (7): [2] Mage_Core_Model_App::run LINE 627 (/chroot/home/valuepet/valuepetsupplies.com/html/app/Mage.php)
2011-09-29T18:10:05+00:00 DEBUG (7): [1] Mage::run LINE 80 (/chroot/home/valuepet/valuepetsupplies.com/html/index.php)
2011-09-29T18:10:05+00:00 DEBUG (7): END BACKTRACE
Place a before and after save event listener on the product and stock objects.
Have the listener check for a stock of "0".
If a stock of zero is detected, construct a stack trace via the information in debug_backtrace. You'll want to manually create this, as a circular reference in a backtrace's paramaters can potentially create infinite output.
Use the backtrace to determine where/when the stock is getting set to zero.

Resources