• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Instance not found on dev machine
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Instance not found on dev machine


  • Subject: Re: Instance not found on dev machine
  • From: Jeff Schmitz <email@hidden>
  • Date: Sun, 18 Dec 2016 14:09:15 -0600

I figured out the site config computer name issue, somehow my computer name and network name were out of sync.  I updated my network name on the sharing page to match my computer name so now they match.  However I restarted everything but still get the no instance error.  


On Dec 18, 2016, at 10:57 AM, Jeff Schmitz <email@hidden> wrote:

I’m trying to get this running again and I was wondering if I needed to setup an entry in the Wotaskd config for my app like you do for deployment machines?  I went to http://localhost:1085 and noticed that there was no entry listed for my app.  I tried adding one in, pointing to the application in my dist folder in my development environment but that didn’t help.  But the other thing I noticed though was the header for the Site Config listed the incorrect machine name:

Wotaskd for WebObjects 5: mbp17.local

 My development machine name should be mbp15.local so I’m wondering where that header comes from?

Jeff


 
On Sep 2, 2016, at 10:11 PM, Jeff Schmitz <email@hidden> wrote:

One other note, I’m running ElCapitan with Apache 2.4.  I am using the Apache 2.4 compatible mod_webobjects adaptor that works on a deployment machine that’s also running El Capitan.

After triple checking, all from that page seems to check out:

Edit 
/etc/apache2/httpd.conf
ServerName localhost     jdj
CHECK

You will also need to find this block

# First, we configure the "default" to be a very restrictive set of
# features.
#
<Directory />
    Options FollowSymLinks
    AllowOverride None
    Order deny,allow
    Deny from all
</Directory>

And modify like so:

# First, we configure the "default" to be a very restrictive set of
# features.
#
<Directory />
    Options FollowSymLinks
    AllowOverride None
#    Order deny,allow
#    Deny from all
</Directory>
<Directory />
    Options FollowSymLinks
    AllowOverride None
#    Require all denied
</Directory>
CHECK


Got to the very end of /etc/apache2/httpd.conf and add :

Include /System/Library/WebObjects/Adaptors/Apache2.2/apache.conf

Include /Developer/WebObjects/Versions/WebObjects543/System/Library/WebObjects/Adaptors/Apache2.2/apache.conf

CHECK (apache.conf is actually there, where I installed Webobjects 5.4)


Edit /System/Library/WebObjects/Adaptors/Apache2.2/apache.conf to make sure that your enabled/uncommented WebObjectsConfig property looks like this:

WebObjectsConfig http://localhost:1085 10

Checking the above referenced file under Developer/WebObjects…

WebObjectsConfig http://localhost:1085 10


CHECK

Edit /System/Library/WebObjects/JavaApplications/wotaskd.woa/Contents/Resources/Properties

Add this line after the WOPort=1085 one:

WOHost=localhost

Again, looking under Developer/WebObjects…/Properties

WOPort=1085
WOHost=localhost


CHECK


Restart wotaskd:  sudo launchctl stop com.apple.webobjects.wotaskd

CHECK
sudo launchctl list | grep webobjects
430 1 com.apple.webobjects.womonitor
3519 143 com.apple.webobjects.wotaskd

CHECK

Add or edit these launch parameters:

-WODirectConnectEnabled false
-WOHost localhost
-WOAdaptorURL http://localhost/cgi-bin/WebObjects
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Instance not found on dev machine
      • From: Tim Worman <email@hidden>
References: 
 >Re: Instance not found on dev machine (From: Jeff Schmitz <email@hidden>)

  • Prev by Date: Re: Instance not found on dev machine
  • Next by Date: Re: Instance not found on dev machine
  • Previous by thread: Re: Instance not found on dev machine
  • Next by thread: Re: Instance not found on dev machine
  • Index(es):
    • Date
    • Thread