Permission denied when launching VW in Win 7.1

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Permission denied when launching VW in Win 7.1

Flynch55
Greetings,

I am getting a timeout on IPSocketAddress(127.0.0.1:49534) when I attempt to launch my image using the VisualWorks launcher in Win 7.

I am totally in the dark about this, it seems to be related to the last snapshot but this is just a guess.

Any clues about what is happening and how to fix it would be most appreciated.

Thanks,
Frank

PS. I am having a heck of a time posting from Thunderbird - sorry if this is a duplicate post.
-----------

Here is the stack backtrace:

> Unhandled exception: Permission denied
> SocketAccessor>>handleAsyncConnect:timeout:
> optimized [] in SocketAccessor>>connectTo:timeout:
> BlockClosure>>cull:
> OsNeedRetryError(GenericException)>>performHandler:
> OsNeedRetryError(GenericException)>>propagatePrivateFrom:
> OsNeedRetryError(GenericException)>>propagateFrom:
> OsNeedRetryError(GenericException)>>propagate
> OsNeedRetryError(GenericException)>>raiseSignal
> SocketAccessor class(OSErrorHolder class)>>reportOn:with:
> SocketAccessor(OSErrorHolder)>>reportError:
> SocketAccessor>>primConnectTo:
> optimized [] in SocketAccessor>>connectTo:timeout:
> BlockClosure>>on:do:
> SocketAccessor>>connectTo:timeout:
> SocketAccessor>>connectTo:
> optimized [] in SocketAccessor class>>newTCPclientToHost:port:
> BlockClosure>>ifCurtailed:
> SocketAccessor class>>newTCPclientToHost:port:
> UndefinedObject>>unboundMethod
> UndefinedObject(Object)>>performMethod:arguments:
> UndefinedObject(Object)>>performMethod:
> Compiler(SmalltalkCompiler)>>evaluate:in:allowReceiver:receiver:environment:notifying:ifFail:
> Compiler class(SmalltalkCompiler class)>>evaluate:for:in:notifying:logged:
> Compiler class(SmalltalkCompiler class)>>evaluate:notifying:logged:
> Compiler class(SmalltalkCompiler class)>>evaluate:logged:
> Compiler class(SmalltalkCompiler class)>>evaluate:
> optimized [] in ImageConfigurationSystem>>runCode:
> OrderedCollection>>do:
> ImageConfigurationSystem>>runCode:
> CommandLineInterest>>triggerWithTokenStream:
> CommandLineInterest>>triggerOptionAt:
> optimized [] in [] in Subsystem>>runActivationActions
> SortedCollection(OrderedCollection)>>do:
> optimized [] in Subsystem>>runActivationActions
> SortedCollection(OrderedCollection)>>do:
> ImageConfigurationSystem(Subsystem)>>runActivationActions
> ImageConfigurationSystem>>runActivationActions
> ImageConfigurationSystem(Subsystem)>>privateActivate
> ImageConfigurationSystem class(Subsystem class)>>activate
> optimized [] in Subsystem>>ensurePrerequisitesAreActive
> Set>>do:
> RuntimeSystem(Subsystem)>>ensurePrerequisitesAreActive
> RuntimeSystem(Subsystem)>>privateActivate
> RuntimeSystem class(Subsystem class)>>activate
> optimized [] in Subsystem>>ensurePrerequisitesAreActive
> Set>>do:
> UserApplication(Subsystem)>>ensurePrerequisitesAreActive
> UserApplication(Subsystem)>>privateActivate
> UserApplication class(Subsystem class)>>activate
> UserApplication class(Subsystem class)>>reactToEvent:
> optimized [] in Subsystem class>>signalEvent:to:
> OrderedCollection>>do:
> Subsystem class>>signalEvent:to:
> Subsystem class>>signalEvent:
> Snapshot>>signalSystemEvent:
> Snapshot>>postSnapshotBootstrap
> Snapshot>>privateSnapshot
> optimized [] in [] in Snapshot>>snapshot
> BlockClosure>>ensure:
> Cursor>>showWhile:
> optimized [] in Snapshot>>snapshot
> BlockClosure>>ensure:
> Snapshot class>>withSnapshot:do:
> Snapshot>>snapshot
> Snapshot>>saveAs:thenQuit:
> ObjectMemory class>>snapshotAs:thenQuit:
> ObjectMemory class>>snapshot
> VisualLauncher>>imageSave
Reply | Threaded
Open this post in threaded view
|

Re: Permission denied when launching VW in Win 7.1

Holger Kleinsorgen
Flynch55 wrote
I am getting a timeout on IPSocketAddress(127.0.0.1:49534) when I attempt to launch my image using the VisualWorks launcher in Win 7.
Have you checked the built-in firewall of Windows? If the network profile is public and the firewall is enabled, then outgoing traffic is blocked by default.
Reply | Threaded
Open this post in threaded view
|

Re: Permission denied when launching VW in Win 7.1

Ralf Propach
In reply to this post by Flynch55
Hi Frank,

looking at these line in the backtrace

 >> Compiler class(SmalltalkCompiler class)>>evaluate:
 >> optimized [] in ImageConfigurationSystem>>runCode:
 >> OrderedCollection>>do:
 >> ImageConfigurationSystem>>runCode:
 >> CommandLineInterest>>triggerWithTokenStream:
 >> CommandLineInterest>>triggerOptionAt:
 >> optimized [] in [] in Subsystem>>runActivationActions

it seems that you start your image with a -doit option that causes your
socket error.

Regards,
Ralf

Am 23.08.2012 15:59, schrieb Flynch55:

> Greetings,
>
> I am getting a timeout on IPSocketAddress(127.0.0.1:49534) when I attempt to
> launch my image using the VisualWorks launcher in Win 7.
>
> I am totally in the dark about this, it seems to be related to the last
> snapshot but this is just a guess.
>
> Any clues about what is happening and how to fix it would be most
> appreciated.
>
> Thanks,
> Frank
>
> PS. I am having a heck of a time posting from Thunderbird - sorry if this is
> a duplicate post.
> -----------
>
> Here is the stack backtrace:
>
>> Unhandled exception: Permission denied
>> SocketAccessor>>handleAsyncConnect:timeout:
>> optimized [] in SocketAccessor>>connectTo:timeout:
>> BlockClosure>>cull:
>> OsNeedRetryError(GenericException)>>performHandler:
>> OsNeedRetryError(GenericException)>>propagatePrivateFrom:
>> OsNeedRetryError(GenericException)>>propagateFrom:
>> OsNeedRetryError(GenericException)>>propagate
>> OsNeedRetryError(GenericException)>>raiseSignal
>> SocketAccessor class(OSErrorHolder class)>>reportOn:with:
>> SocketAccessor(OSErrorHolder)>>reportError:
>> SocketAccessor>>primConnectTo:
>> optimized [] in SocketAccessor>>connectTo:timeout:
>> BlockClosure>>on:do:
>> SocketAccessor>>connectTo:timeout:
>> SocketAccessor>>connectTo:
>> optimized [] in SocketAccessor class>>newTCPclientToHost:port:
>> BlockClosure>>ifCurtailed:
>> SocketAccessor class>>newTCPclientToHost:port:
>> UndefinedObject>>unboundMethod
>> UndefinedObject(Object)>>performMethod:arguments:
>> UndefinedObject(Object)>>performMethod:
>> Compiler(SmalltalkCompiler)>>evaluate:in:allowReceiver:receiver:environment:notifying:ifFail:
>> Compiler class(SmalltalkCompiler class)>>evaluate:for:in:notifying:logged:
>> Compiler class(SmalltalkCompiler class)>>evaluate:notifying:logged:
>> Compiler class(SmalltalkCompiler class)>>evaluate:logged:
>> Compiler class(SmalltalkCompiler class)>>evaluate:
>> optimized [] in ImageConfigurationSystem>>runCode:
>> OrderedCollection>>do:
>> ImageConfigurationSystem>>runCode:
>> CommandLineInterest>>triggerWithTokenStream:
>> CommandLineInterest>>triggerOptionAt:
>> optimized [] in [] in Subsystem>>runActivationActions
>> SortedCollection(OrderedCollection)>>do:
>> optimized [] in Subsystem>>runActivationActions
>> SortedCollection(OrderedCollection)>>do:
>> ImageConfigurationSystem(Subsystem)>>runActivationActions
>> ImageConfigurationSystem>>runActivationActions
>> ImageConfigurationSystem(Subsystem)>>privateActivate
>> ImageConfigurationSystem class(Subsystem class)>>activate
>> optimized [] in Subsystem>>ensurePrerequisitesAreActive
>> Set>>do:
>> RuntimeSystem(Subsystem)>>ensurePrerequisitesAreActive
>> RuntimeSystem(Subsystem)>>privateActivate
>> RuntimeSystem class(Subsystem class)>>activate
>> optimized [] in Subsystem>>ensurePrerequisitesAreActive
>> Set>>do:
>> UserApplication(Subsystem)>>ensurePrerequisitesAreActive
>> UserApplication(Subsystem)>>privateActivate
>> UserApplication class(Subsystem class)>>activate
>> UserApplication class(Subsystem class)>>reactToEvent:
>> optimized [] in Subsystem class>>signalEvent:to:
>> OrderedCollection>>do:
>> Subsystem class>>signalEvent:to:
>> Subsystem class>>signalEvent:
>> Snapshot>>signalSystemEvent:
>> Snapshot>>postSnapshotBootstrap
>> Snapshot>>privateSnapshot
>> optimized [] in [] in Snapshot>>snapshot
>> BlockClosure>>ensure:
>> Cursor>>showWhile:
>> optimized [] in Snapshot>>snapshot
>> BlockClosure>>ensure:
>> Snapshot class>>withSnapshot:do:
>> Snapshot>>snapshot
>> Snapshot>>saveAs:thenQuit:
>> ObjectMemory class>>snapshotAs:thenQuit:
>> ObjectMemory class>>snapshot
>> VisualLauncher>>imageSave
>
>
>
> --
> View this message in context: http://forum.world.st/Permission-denied-when-launching-VW-in-Win-7-1-tp4645094.html
> Sent from the VisualWorks mailing list archive at Nabble.com.
> _______________________________________________
> vwnc mailing list
> [hidden email]
> http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
>
>

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc