With my new life as a single dad, I don't have much time to take care of
everything about the community. For the coming months, I want to focus on
WOWODC, and I would like some help on two things:
- accounting
- coding
For coding, mostly, it's to fix the hook for new purchases, so that when
s
On 2014-09-30, 1:49 AM, "Markus Ruggiero" wrote:
On 29.09.2014, at 22:35, Mailinglists
mailto:mailingli...@kataputt.com>> wrote:
Why should Apache be the culprit? Direct connect bypasses Apache. Connecting
directly to port 2001 does not change a thing. And monitor as well as taskd
work and re
On 29.09.2014, at 22:35, Mailinglists wrote:
> Why should Apache be the culprit? Direct connect bypasses Apache. Connecting
> directly to port 2001 does not change a thing. And monitor as well as taskd
> work and respond when talking to them wirh curl or Safari. But anyway will
> look into th
The Cancer is in the 5th house and Libra is in the 8th house. Clearly not a
good day to deploy on Mac OS X.
- hugi
On 29.9.2014, at 21:37, Philippe Rabier wrote:
> Marcus, did you try to also deploy a very basic app?
>
> Can you disable any security like firewall ?
>
> What do you see in
Hi Markus,
I agree with Chuck, I have caught similar problems caused by an Exception
thrown in the Application class and the Main direct action class.
Have you launched the App from Terminal's command line?
On Sep 29, 2014, at 1:52 PM, Chuck Hill wrote:
> A couple of other thoughts: Monitor
Marcus, did you try to also deploy a very basic app?
Can you disable any security like firewall ?
What do you see in your apache logs? (You should see the requests and the http
code)
Philippe
-
http://twitter.com/prabier
Sent from my iPhone
> On 29 Sep 2014, at 22:59, Fabi
Hi Markus,
I'd first override dispatchRequest on application and log to see whether the
request gets to the app at all. It's along the lines of what Chuck suggested
already, just a tad simpler maybe. If it does, I'd enable remote debugging with
something like:
-Xdebug -Xrunjdwp:transport=dt_so
A couple of other thoughts: Monitor and wotaskd working suggest that the issue
is not in WO itself or in Wonder. That you app is talking to monitor/wotaskd
shows that it is accepting connections. So it is the standard direct or
component action that is causing problems. That would lead me to
Why should Apache be the culprit? Direct connect bypasses Apache. Connecting
directly to port 2001 does not change a thing. And monitor as well as taskd
work and respond when talking to them wirh curl or Safari. But anyway will look
into this tomorrow.
Maybe the easiest thing to do might be res
But Marcus said, "The same happens whether I connect through Apache or directly
to port 2001.” — that should rule out Apache as the issue. And if it was
Apache, I’d expect a 404 or 500 response.
Chuck
On 2014-09-29, 11:53 AM, "Timothy Worman" wrote:
This. Apple’s update likely changed your a
This. Apple’s update likely changed your apache conf. For this reason I always
install apache using homebrew and run that instead of the built-in apache.
Tim
UCLA GSE&IS
> On Sep 29, 2014, at 11:47 AM, Frank Stock wrote:
>
> Marcus,
>
>
> did you check the Apache settings?
>
>
>> Folks,
>
This sounds like what can happen if there is an exception very early in the R-R
loop (maybe very late too). Are you getting a standard 200 response or a 500?
Did the Java version change? You might need to start instrumenting and getting
your app to use subclasses of WOWorkerThread and WOClass
Marcus,
did you check the Apache settings?
> Folks,
>
> I don't get it anymore. I have a Mac Mini Server running one Wonder app.
> Deployment is with JavaMonitor from Wonder. The app has been running for a
> couple months. This weekend I updated Max OS X from 10.9.4 to 10.9.5. Now my
> appl
Folks,
I don't get it anymore. I have a Mac Mini Server running one Wonder app.
Deployment is with JavaMonitor from Wonder. The app has been running for a
couple months. This weekend I updated Max OS X from 10.9.4 to 10.9.5. Now my
application simply does not accept any network connection anymo
After quite a long pause (and absence from this list) I am again struggling
with a ERD2W project.
I have a to-one relationship to entity Customer. When creating a new object
this relationship is not yet set. Without specifying any rules, the result
looks like this...
I could however specify t
12 3:44 AM
Subject: Re: WO 5.4.3 custom launch on Windows - help needed
Update on the issue, I figured out that the WOBootstrap class installs
a new URLClassLoader which uses file://paths to the WO runtime jars
and launches the final WO App via the new the new classLoader and
finally invokes the A
To:
Sent: Monday, April 02, 2012 3:44 AM
Subject: Re: WO 5.4.3 custom launch on Windows - help needed
Update on the issue, I figured out that the WOBootstrap class installs a
new URLClassLoader which uses file://paths to the WO runtime jars and
launches the final WO App via the new the new c
Update on the issue, I figured out that the WOBootstrap class installs a
new URLClassLoader which uses file://paths to the WO runtime jars and
launches the final WO App via the new the new classLoader and finally
invokes the Application class.
Maybe this is what needs to be done to overcome
Hi,
I solved the problem. It was a database issue.
Regards,
Ute
Anfang der weitergeleiteten E-Mail:
Von: ute Hoffmann
Datum: 1. April 2012 17:32:22 MESZ
An: webobjects-dev@lists.apple.com
Betreff: Help needed - on app startup: what happens after Welcome to..
Hallo,
I need to upload and
Hallo,
I need to upload and start a changed version of a application stub
(only main, DirectAction, Application and Session classes
which extend Classes in frameworks). I need to change a variable in
this stub class,
the original App stub was lost with a hard drive crash and the
compiled ver
good tip Werner,
eliminating the spaces of the path where the WebObjects .jar files are
stored is a workaround. So all my launch parameters have been right but
the space within the path was resulting into the described
WOResourceManager access problem.
I investigated how to overcome this, ma
Hi Helmut,
I am no expert in Windows deployment but on the list there were several posts
that did point to a problem with application paths containing spaces. You
should move your app out of C:\Program Files (x86)\ and check if that resolves
your problem.
jw
Am 31.03.2012 um 22:06 schrieb He
I am working on a custom JNI launch executable for our WO app. On UNIX
it works but on Windows I still have problems. I don't use the
WOBootstrap.jar. It looks like the WOResourceManager cannot load the
MIME.plist and the WO startup fails.
Below are my used properties and the error output. I
I have a product entity and an industry entity. These are joined by a m:n table
(which is more than a simple join table, there is a comments field that is
important)
product<-->>prodindustry<<-->industry
Having an EditProduct pageConfiguration I can with a custom property level
component displ
Can you post the stack trace?
Ramsey
On Jul 5, 2011, at 10:43 AM, Daniel Mejia wrote:
> Ramsey,
>
> That is exactly what is happening, never is displayed the dialog asking for a
> value in that field after click the save button, then I get the exception
> error because in the database is not
Ramsey,
That is exactly what is happening, never is displayed the dialog asking for a
value in that field after click the save button, then I get the exception error
because in the database is not null. If I disable the component ERDEditHTML in
the d2wmodel rules then everything works fine.
S
Hi Daniel,
I think it should still be validating in validateForSave() so that when you
click the save button, you should still get the error dialog demanding a value
for the field. Is it failing to do that?
Ramsey
On Jul 5, 2011, at 9:55 AM, Daniel Mejia wrote:
> Ramsey,
>
> I expect that be
Ramsey,
I expect that behavior if the field is not marked as required in the EO Model
and in the database is defined as not null, but if it is marked as not null in
the EO model why is not validated? This only happened when the field is using
the ERDEditHTML component, if I left the field with
On Jul 4, 2011, at 9:16 AM, Daniel Mejia wrote:
> Hi all,
>
> I have a very simple D2W edit form with some fields, some of them are
> required in the model and are correctly validated, the problem happen when I
> use the ERDEditHTMl component for one of those fields that are required. The
> f
Hi all,
I have a very simple D2W edit form with some fields, some of them are required
in the model and are correctly validated, the problem happen when I use the
ERDEditHTMl component for one of those fields that are required. The field is
never validated and if the user left the field blank t
On 2011-03-07, at 3:18 PM, vaibhav srivastava wrote:
> Hi All,
>
> We are trying to build a relationship between two tables(Associate table and
> contactDetails table) .We are using AssociateId as a foreign key in
> contactDetails table having
>
> one to many relationship. After building the
Hi All,
We are trying to build a relationship between two tables(Associate table and
contactDetails table) .We are using AssociateId as a foreign key in
contactDetails table having
one to many relationship. After building the relationship our application is
not working at all and we are receiving
Hello everyone,
Based on usage statistics and feedback that we got, we want to do
major changes to wocommunity.org. We got 12 205 visits between May
2008 and May 2009, so the site IS useful and we want to make it even
more useful.
Things we want to add :
- Upload your own podcast. You w
Hi, Ted,
I'm sorry I didn't respond in time to help with your original
question. However, you still might find the following two references
helpful if you're new to the "WO Way" of dealing with a database:
http://wiki.objectstyle.org/confluence/display/WO/EOF-Using+EOF-
Overview
Thanks for the replies... yes I did not want to send
raw SQL... I didn't realize that I could create a
FetchSpecification that did what I needed... I already
had the relation set up, so that was all I was missing
was the part about where to create this fetchSpec...
It's working fine now. Thanks e
Looks like you are working too hard. :) WebObjects does many things
for you, if you are expending a lot of effort to accomplish
something, it is probably can be done simpler using WebObjects.
You can run a query directly, but I would recommend using a fetch
specification to retrieve the re
As Chuck Hill is fond of saying: "The Database is an artifact of
implementation"
The only time you should normally have to deal with things like
Foreign Keys, Primary Keys and such is making sure they are defined
right in the model. NOT in code.
If the model is setup right, you should sim
webobjects-dev@lists.apple.com
Betreff: help needed with query
First, most of my experience is with cocoa. I could write any query I wanted
even across relationships. I am having a problem with relationship in WO.
I am starting out with a new simple setup. My db is normalized like this
table names:
I was hoping there was a way in WO to create an
EOFetchSpecification that would do the query. I don't
want to write the query.
This is my first attempt at working with related
tables and I am lost.
Ted
--- Daniele Corti <[EMAIL PROTECTED]> wrote:
> 2008/2/4, Theodore Petrosky <[EMAIL PROTECTE
2008/2/4, Theodore Petrosky <[EMAIL PROTECTED]>:
>
> First, most of my experience is with cocoa. I could
> write any query I wanted even across relationships. I
> am having a problem with relationship in WO.
>
> I am starting out with a new simple setup. My db is
> normalized like this
>
> table na
First, most of my experience is with cocoa. I could
write any query I wanted even across relationships. I
am having a problem with relationship in WO.
I am starting out with a new simple setup. My db is
normalized like this
table names:
firstname text
lastname text
nameid (serial)
namesbusinessm
On May 18, 2007, at 2:31 AM, Lachlan Deck wrote:
Okay, I've made some progress, simplified the model, but there's
one final problem that's a bit baffling:
- the foreign key ('clientId') is not being given a value in the sql.
So I have an abstract parent called Taggable with various kids.
Ta
Okay, I've made some progress, simplified the model, but there's one
final problem that's a bit baffling:
- the foreign key ('clientId') is not being given a value in the sql.
So I have an abstract parent called Taggable with various kids.
Taggable (Abstract, vertical inheritance)
id
; [mailto:[EMAIL PROTECTED]
> pple.com]O
> n Behalf Of Ute Hoffmann
> Sent: Sunday, January 29, 2006 6:38 PM
> To: webobjects-dev@lists.apple.com
> Subject: [OT?]Help needed with data access MS SQL Server
> 2005/EOModeler
>
>
> Hi,
> I need some help with a connection
Hi,
I need some help with a connection to MSSQL Express 2005. I got a
running install Windows 2000 and in the same network a Mac Os X Tiger
with WO. All seems well, I can somehow access my Database through
monitor BUT
I would like to get the tables I created (in this simple test install a
Hi.
I have used ERChangeNotificationJMS and it worked VERY well if not
too much traffic (1) was going on. I had experienced deadlocks in
several places of my app where I was pretty sure to do everything right.
Since I disabled the framework not one deadlock has showed up
anymore. As I hav
Hi.
On 27.10.2005, at 19:37 Uhr, Wolfram Stebel wrote:
JMS was announced to be fast...
It is quite fast and I have noticed no slowdown in my apps. But
updating the DB is only made by humans here ...
Data should be updated in the second application, so that a refresh
in the
browser will
We ended up changing the JMS Changenotification framework to be a bit more
lightweight than the one in Project Wonder. Instead of sending around
Snapshots we simply send the globalids and invalidate the individual Eos
that are affected on the local instance. Our app is such that the initial
refetch
Hi
On Oct 27, 2005, at 10:37 AM, Wolfram Stebel wrote:
On Oct 26, 2005, at 5:13 AM, Wolfram Stebel wrote:
...
As a result of all mails, i removed JMS and ERChangeNotification
very fast
from my project.
:-)
But thats a minor reason!
See David's comment, "If you ever use a lot of inst
Hi Chuck and all other responders,
Am 26.10.2005 17:06 Uhr schrieb "Chuck Hill" unter
<[EMAIL PROTECTED]>:
>
> On Oct 26, 2005, at 5:13 AM, Wolfram Stebel wrote:
...
As a result of all mails, i removed JMS and ERChangeNotification very fast
from my project.
>> But thats a minor reason!
>
> Se
On Oct 26, 2005, at 5:13 AM, Wolfram Stebel wrote:
Am 26.10.2005 12:11 Uhr schrieb "David Teran" unter
<[EMAIL PROTECTED]>:
Hi David,
Thanks for your hints.
1. The reason why i do this is, that i hopefully will have a site
with high
traffic in the future, where i will need load balancing.
Am 26.10.2005 14:03 Uhr schrieb "Jean-François Veillette" unter
<[EMAIL PROTECTED]>:
> I think the problem is with the configuration file.
Yes
> Somewhere under the ERChangeNotification directory, you should see a
> sample configuration file that you should use (at least as a starting
> point).
Th
Am 26.10.2005 12:11 Uhr schrieb "David Teran" unter
<[EMAIL PROTECTED]>:
Hi David,
Thanks for your hints.
1. The reason why i do this is, that i hopefully will have a site with high
traffic in the future, where i will need load balancing.
But thats a minor reason!
2. I have 3 Applications working
I think the problem is with the configuration file.
Somewhere under the ERChangeNotification directory, you should see a
sample configuration file that you should use (at least as a starting
point).
One important point is the topic name as it has to match the topic used
by the app (as define
Just a simple question:
why do you want to use this framework? Is it really important for
you? It cannot handle a lot of load, others mentioned to have strange
deadlocks when using it and the best approach is:
build your application in a way it does not need change notification
as its err
Hi list,
i have three apps i want to talk between using ERChangeNotification via jms.
i already got jms installed (0.7.6.1 on OSX 10.4.2) and linked the framework
into my apps.
i have a startupitem and can do the administrative start/stop via "sudo
SystemStarter start OpenJMS" etc. without any err
56 matches
Mail list logo