trouble connecting to Cincom Public Repo with fresh 7.9.1 image on Linux

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

trouble connecting to Cincom Public Repo with fresh 7.9.1 image on Linux

Ken G. Brown
I'm trying to set up a fresh vw7.9.1 image on Ubuntu 12.0.4.
I can connect to the repo, abut when I do Store/Published Items I get mnu:

Unhandled exception: Message not understood: #doIfOnlineImage:
UndefinedObject(Object)>>doesNotUnderstand:
VisualLauncher>>openPublishedItems

openPublishedItems looks like:

> openPublishedItems
> <menuItem: #(#_PublishedItems #store '&Published Items')
> icon: nil
> nameKey: nil
> enablement: #areAttached
> indication: nil
> menu: #(#menuBar #store)
> position: 20.02>
>
> DbRegistry doIfOnlineImage:
> [Store.Glorp.PublishedPundleVersionsTool openOnAllPublishedPundles]

This is highlighted when clicked on the method in the debugger:
> doIfOnlineImage:
> [Store.Glorp.PublishedPundleVersionsTool openOnAllPublishedPundles]
>


Apparently I am missing some prerequisite but what?

Thx for any tips,
Ken G. Brown
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: trouble connecting to Cincom Public Repo with fresh 7.9.1 image on Linux

Tom Robinson-3
On 4/25/13 4:05 PM, Ken G. Brown wrote:
> I'm trying to set up a fresh vw7.9.1 image on Ubuntu 12.0.4.
> I can connect to the repo, abut when I do Store/Published Items I get mnu:
Ken, can you execute the following in a workspace: Store.DbRegistry inspect

Also, can you tell me the which Store-related bundles/packages you have
loaded?

>
> Unhandled exception: Message not understood: #doIfOnlineImage:
> UndefinedObject(Object)>>doesNotUnderstand:
> VisualLauncher>>openPublishedItems
>
> openPublishedItems looks like:
>
>> openPublishedItems
>> <menuItem: #(#_PublishedItems #store '&Published Items')
>> icon: nil
>> nameKey: nil
>> enablement: #areAttached
>> indication: nil
>> menu: #(#menuBar #store)
>> position: 20.02>
>>
>> DbRegistry doIfOnlineImage:
>> [Store.Glorp.PublishedPundleVersionsTool openOnAllPublishedPundles]
> This is highlighted when clicked on the method in the debugger:
>> doIfOnlineImage:
>> [Store.Glorp.PublishedPundleVersionsTool openOnAllPublishedPundles]
>>
>
> Apparently I am missing some prerequisite but what?
>
> Thx for any tips,
> Ken G. Brown
> _______________________________________________
> 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
Reply | Threaded
Open this post in threaded view
|

Re: trouble connecting to Cincom Public Repo with fresh 7.9.1 image on Linux

Ken G. Brown

On 2013-04-25, at 4:16 PM, Tom Robinson wrote:

> On 4/25/13 4:05 PM, Ken G. Brown wrote:
>> I'm trying to set up a fresh vw7.9.1 image on Ubuntu 12.0.4.
>> I can connect to the repo, abut when I do Store/Published Items I get mnu:
> Ken, can you execute the following in a workspace: Store.DbRegistry inspect

Store.DbRegistry inspect gives Inspector on a Store.DBAccess.

>
> Also, can you tell me the which Store-related bundles/packages you have loaded?

StoreForGlorpReplication
StoreForGlorpReplicationUI
StoreForPostgreSQL
RBStoreExtensions

Ken

>>
>> Unhandled exception: Message not understood: #doIfOnlineImage:
>> UndefinedObject(Object)>>doesNotUnderstand:
>> VisualLauncher>>openPublishedItems
>>
>> openPublishedItems looks like:
>>
>>> openPublishedItems
>>> <menuItem: #(#_PublishedItems #store '&Published Items')
>>> icon: nil
>>> nameKey: nil
>>> enablement: #areAttached
>>> indication: nil
>>> menu: #(#menuBar #store)
>>> position: 20.02>
>>>
>>> DbRegistry doIfOnlineImage:
>>> [Store.Glorp.PublishedPundleVersionsTool openOnAllPublishedPundles]
>> This is highlighted when clicked on the method in the debugger:
>>> doIfOnlineImage:
>>> [Store.Glorp.PublishedPundleVersionsTool openOnAllPublishedPundles]
>>>
>>
>> Apparently I am missing some prerequisite but what?
>>
>> Thx for any tips,
>> Ken G. Brown
>> _______________________________________________
>> 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
Reply | Threaded
Open this post in threaded view
|

Re: trouble connecting to Cincom Public Repo with fresh 7.9.1 image on Linux

Ken G. Brown
In reply to this post by Tom Robinson-3
Further:

Changing the 'DbRegistry doIfOnlineImage:' to
'Store.DbRegistry doIfOnlineImage:'

apparently gets past the problem.

Is there something else to do with NameSpace defaults that needs set up?

Thx
Ken

On 2013-04-25, at 4:16 PM, Tom Robinson wrote:

> On 4/25/13 4:05 PM, Ken G. Brown wrote:
>> I'm trying to set up a fresh vw7.9.1 image on Ubuntu 12.0.4.
>> I can connect to the repo, abut when I do Store/Published Items I get mnu:
> Ken, can you execute the following in a workspace: Store.DbRegistry inspect

Store.DbRegistry inspect gives Inspector on a Store.DBAccess.

>
> Also, can you tell me the which Store-related bundles/packages you have loaded?

StoreForGlorpReplication
StoreForGlorpReplicationUI
StoreForPostgreSQL
RBStoreExtensions

Ken

>>
>> Unhandled exception: Message not understood: #doIfOnlineImage:
>> UndefinedObject(Object)>>doesNotUnderstand:
>> VisualLauncher>>openPublishedItems
>>
>> openPublishedItems looks like:
>>
>>> openPublishedItems
>>> <menuItem: #(#_PublishedItems #store '&Published Items')
>>> icon: nil
>>> nameKey: nil
>>> enablement: #areAttached
>>> indication: nil
>>> menu: #(#menuBar #store)
>>> position: 20.02>
>>>
>>> DbRegistry doIfOnlineImage:
>>> [Store.Glorp.PublishedPundleVersionsTool openOnAllPublishedPundles]
>> This is highlighted when clicked on the method in the debugger:
>>> doIfOnlineImage:
>>> [Store.Glorp.PublishedPundleVersionsTool openOnAllPublishedPundles]
>>>
>>
>> Apparently I am missing some prerequisite but what?
>>
>> Thx for any tips,
>> Ken G. Brown
>> _______________________________________________
>> 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
Reply | Threaded
Open this post in threaded view
|

Re: trouble connecting to Cincom Public Repo with fresh 7.9.1 image on Linux

Ken G. Brown
In reply to this post by Tom Robinson-3
I have discovered that:
Apparently even tho $VISUALWORKS was set correctly to point to the vw7.9.1 install, in a fresh visual.im, System/Settings/System, the VisualWorks Directory was set to the previous vw7.8 install folder for some reason.
Consequently, when first loading Store stuff, it pulled the wrong code.

Thx,
Ken

On 2013-04-25, at 4:16 PM, Tom Robinson wrote:

> On 4/25/13 4:05 PM, Ken G. Brown wrote:
>> I'm trying to set up a fresh vw7.9.1 image on Ubuntu 12.0.4.
>> I can connect to the repo, abut when I do Store/Published Items I get mnu:
> Ken, can you execute the following in a workspace: Store.DbRegistry inspect
>
> Also, can you tell me the which Store-related bundles/packages you have loaded?
>>
>> Unhandled exception: Message not understood: #doIfOnlineImage:
>> UndefinedObject(Object)>>doesNotUnderstand:
>> VisualLauncher>>openPublishedItems
>>
>> openPublishedItems looks like:
>>
>>> openPublishedItems
>>> <menuItem: #(#_PublishedItems #store '&Published Items')
>>> icon: nil
>>> nameKey: nil
>>> enablement: #areAttached
>>> indication: nil
>>> menu: #(#menuBar #store)
>>> position: 20.02>
>>>
>>> DbRegistry doIfOnlineImage:
>>> [Store.Glorp.PublishedPundleVersionsTool openOnAllPublishedPundles]
>> This is highlighted when clicked on the method in the debugger:
>>> doIfOnlineImage:
>>> [Store.Glorp.PublishedPundleVersionsTool openOnAllPublishedPundles]
>>>
>>
>> Apparently I am missing some prerequisite but what?
>>
>> Thx for any tips,
>> Ken G. Brown
>> _______________________________________________
>> 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