>> Message: 2
>> Date: Fri, 16 Oct 2015 19:39:46 +0200
>> From: Markus Ruggiero
>> To: Stavros Panidis
>> Cc: "webobjects-dev@lists.apple.com"
>> Subject: Re: Yosemite deployment problem with MySQL
>> Message-ID:
>> Content-Type: text/pl
t 2015 19:39:46 +0200
> From: Markus Ruggiero
> To: Stavros Panidis
> Cc: "webobjects-dev@lists.apple.com"
> Subject: Re: Yosemite deployment problem with MySQL
> Message-ID:
> Content-Type: text/plain; charset="utf-8"
>
> Did you check your connecti
o:mailingli...@kataputt.com>>
Date: Friday, October 16, 2015 at 10:39 AM
To: Stavros Panidis
mailto:stavros.pani...@gmail.com>>
Cc: "webobjects-dev@lists.apple.com<mailto:webobjects-dev@lists.apple.com>"
mailto:webobjects-dev@lists.apple.com>>
Subject: Re: Yosemite depl
Did you check your connection dictionary?
Did you include the jdbc driver into the classpath?
Is the URL correct (jdbc:mysql://localhost/myDBName)
Enable adaptor debugging. EOF will then output the used connection info - is it
using what you think it should?
Where does the connection info come f
Dear list,
I get the following error when try to connect to my application.
Error: java.lang.IllegalStateException: _obtainOpenChannel --
com.webobjects.eoaccess.EODatabaseContext
com.webobjects.eoaccess.EODatabaseContext@3dd81ec9: failed to open database
channel. Check your connection dicti
I managed to solve the issue by making a symbolic link of the driver
into /usr/java/packages/lib/ext (I had to create this directory)
2014-04-27 20:24 GMT-03:00 Theodore Petrosky :
> did you try to deploy the app with all the frameworks (including the mysql
> driver) embedded?
>
> I always copy
did you try to deploy the app with all the frameworks (including the mysql
driver) embedded?
I always copy the postgresql.jar into the library folder and add it to the path.
On Apr 27, 2014, at 4:20 PM, Ângelo Andrade Cirino wrote:
> Hi,
>
> I am migrating a deployment from an Ubuntu server
Hi,
I am migrating a deployment from an Ubuntu server to a CentOS install on
Rackspace with a cloud database separate from the web server, where WO and
Apache reside. The Ubuntu install runs fine, but in CentOS I am not able to
start my application from the command line neither from the WOMonitor.
Thanks Markus, that solved the problem!
I don't think I would have figured that one out.
Thank you all for your help.
-Doug
On Jun 25, 2012, at 4:15 PM, Markus Stoll wrote:
> Hi,
>
> overwrite in your Application class the method "adaptorExtensions()", using
> this fragment:
>
>
>priva
Hi,
overwrite in your Application class the method "adaptorExtensions()", using
this fragment:
private static String[] myAppExtensions = {};
public String[] adaptorExtensions() {
return myAppExtensions;
}
Then the generated urls will keep the .dll / .exe suffix, when deplo
Yes.
Which cause all the following values to look correct:
applicationBaseURL(),baseURL(),cgiAdaptorURL(), and directConnectURL().
But the ".exe" is still missing in the html.
It still generates "scripts/WebObjects" instead of "scripts/WebObjects.exe"
On Jun 25, 2012, at 2:15 PM, Chuck Hill
Did you try launching with
-DWOAdaptorURL=http://hostname/scripts/WebObjects.exe
On 2012-06-22, at 6:29 AM, doug andrews wrote:
> I have a small test WebObjects app I am trying to deploy on Windows. (XP and
> Windows 2003)
> Both machines running java 7.
> I've embedded the WO 5.4 frameworks i
Some added information:
I get the same problem when using WebObjects.dll as well as WebObjects.exe.
I'll start the app with:
http://host/scripts/WebObjects.dll/WinTest.woa, which lets me connect just
fine, but the link on the main page won't work because neither ".dll" or ".exe"
is appended to "W
I have a small test WebObjects app I am trying to deploy on Windows. (XP and
Windows 2003)
Both machines running java 7.
I've embedded the WO 5.4 frameworks into the app.
Without the embedded frameworks, everything works fine. (WO 5.2 is installed
on the machine.)
With the embedded frameworks,
I install dev tools such as Eclipse in ~/Applications and dev files in
~/Developer. The /Developer folder belongs to Apple, so probably best not to
ever put anything of your own in there.
On Mar 22, 2012, at 8:28 AM, James Cicenia wrote:
> I did almost all of that.
>
> Then I downloaded XC
I did almost all of that.
Then I downloaded XCode 4.3 and it threw away my Developer directory.
After reinstalling everything...Eclipse, Wonder, WO, it all magically worked
again.
All my development (project) code was in a different directory. So I am
guessing
that some subtle wonder frame
Is Wonan the Destroyer around
I HATE DEPLOYMENT. THERE I SAID IT.
Anyway, my legacy app needs a bit of work but unfortunately I can't get it to
show
anything when I deploy to my test server.
It gets to the point where it is about to show Main and then poof nothing
happens,
doesn't seem
List"
Sent: Tuesday, September 07, 2010 2:45 AM
Subject: Windows 2003 server + Apache 2.2 deployment problem
Hi,
We are facing a big problem of deployment. We have a lot of client
de-connection (with http 500 error).
Here are the logs :
Apache log :
[Mon Sep 06 16:36:22 2010] [info] [client
Hi,
We are facing a big problem of deployment. We have a lot of client
de-connection (with http 500 error).
Here are the logs :
Apache log :
[Mon Sep 06 16:36:22 2010] [info] [client 10.11.36.74] (OS 10054)An existing
connection was forcibly closed by the remote host. : core_output_filter:
wr
On 27 feb 2009, at 16:32, Freddie Tilley wrote:
I'm having a little trouble deploying a webobjects application on
our osx server
It seems that the http adaptor is losing the connection to all the
applications every once in a while,
even though they are still running in the Monitor
the fi
I'm having a little trouble deploying a webobjects application on our
osx server
It seems that the http adaptor is losing the connection to all the
applications every once in a while,
even though they are still running in the Monitor
the first message I get is:
No instance available
when re
Hi Harvey,
M.Y. Tjoe wrote:
maven-war-plugin
2.0
true
It seems that you have the maven-war-plugin correctly configured.
Any reasons to use the version 2.0 of this plug-in instead of the latest
(2.1-alpha-2)? Probably the "archiveClasses" option is
Hi Harvey,
M.Y. Tjoe wrote:
I got the feeling it should probably the same as ant generated war,
anyone can confirm if this is the case?
No. The general maven-war-plugin is used to generate the package. I
think the Ant task generates SSDD (Servlet Single Directory Deployment)
wars. I don'
On 14/11/2008, at 3:49 PM, M.Y. Tjoe wrote:
Hi Lachlan,
You've followed the Quick Start guide and created your local
settings
file (as you've not referenced the plugin repos in your pom)?
i.e., did you follow this guide opting for true war support?
http://wiki.objectstyle.org/confluence/dis
Hi Lachlan,
You've followed the Quick Start guide and created your local settings
file (as you've not referenced the plugin repos in your pom)?
i.e., did you follow this guide opting for true war support?
http://wiki.objectstyle.org/confluence/display/WOL/woapplication-archetype
Here is th
(just giving this a better subject)
On 14/11/2008, at 3:00 PM, M.Y. Tjoe wrote:
I got a hello world Maven WebObjects app which build successfully
(in command line) but the war file is not deployed properly on
tomcat.
How did you create the project?
using command line:
mvn archetype:gener
Problem solved.
The issue was the missing properties for the log4j configuration.
Simon
On 14.05.2008, at 12:46, Juergen Lorenz Simon wrote:
Hi,
I'm trying to deploy a moderately complex WO app to a Tomcat. After
successfully
building a valid war file and tweaking the web.xml for project
Hi,
I'm trying to deploy a moderately complex WO app to a Tomcat. After
successfully
building a valid war file and tweaking the web.xml for project wonder,
I still have
one problem left. Don't suppose anyone seen this before:
Exception occurred: java.lang.NullPointerException (to be caught
Yes my thoughts exactly.
When I run it from the command prompt with all the same parameters it
runs. I will limp along like this for the next few days as it runs fine.
AND -- it shows up as running in JavaMonitor. Which I guess makes sense.
You got anything to burn?
On Dec 18, 2007, at 9:38
On Dec 18, 2007, at 5:25 PM, James Cicenia wrote:
OK granted this version of the app was built using my new Eclipse
3.3.2/WOlips... but still it runs fine from the command line?!
I don't think at launch time that JavaMonitor is doing anything other
than assembling the launch command strin
This is truly perplexing...
I just checked all the permission, execution bits, etc.
I just ran the app via command line with all the same parameters..
starts great... .log file created, etc.
OK granted this version of the app was built using my new Eclipse
3.3.2/WOlips... but still it run
See comments:
On Dec 18, 2007, at 8:15 PM, Art Isbell wrote:
On Dec 18, 2007, at 3:58 PM, James Cicenia wrote:
When I try to launch it from javamonitor it just dies. And nothing
is written anywhere? i.e., no logs?
Can we assume that you've configured a log file for your app, that
the lo
On Dec 18, 2007, at 4:04 PM, Simon McLean wrote:
Turned out I had a permissions issue. The owner of the MyApp.woa dir
and it's contents needs to be "appserver". Mine were "admin"
Who owns these directories and files isn't necessarily to blame. My
WO app woa directories and executables ar
On Dec 18, 2007, at 3:58 PM, James Cicenia wrote:
When I try to launch it from javamonitor it just dies. And nothing
is written anywhere? i.e., no logs?
Can we assume that you've configured a log file for your app, that
the log file path exists, that the log file is writable by the user
Bizarely, I have been tackling the very same issue all afternoon and
all evening!
Turned out I had a permissions issue. The owner of the MyApp.woa dir
and it's contents needs to be "appserver". Mine were "admin"
Simon
On 19 Dec 2007, at 01:58, James Cicenia wrote:
Ok -
I have finished m
Ok -
I have finished my new updates using my new Eclipse/WoLips etc,
compiled, ran well on my laptop, etc.
When I try to launch it from javamonitor it just dies. And nothing is
written anywhere? i.e., no logs?
When I go to the term and hand launch it. like so:
sudo -u appserver /Library/W
Title: Tomcat Deployment problem!
Hi Folks,
I am trying to deploy a war file of WebObjects 5.1.3 in Tomcat 4.1.x. Everything went fine. But I am facing with the following problem. When I used direct action to redirect from our set of application links to a specific application
Hey all I've got kind of a weird one here. Not sure if this is an
issue for this list or the Xcode list so I'm sending it to both. I'm
having problems importing images in my application. What I've been
doing is using a split deployment to take advantage of apache being
faster at vending
On 1/24/06, .::welemski::. <[EMAIL PROTECTED]> wrote:
Hi,I have another deployment problem.The other my webapp is currently running with no problem at all.But after a updated my app the instances can no longer run.This what we did.We turned off the instance, then we deleted the current instance. I
Hi,I have another deployment problem.The other my webapp is currently running with no problem at all.But after a updated my app the instances can no longer run.This what we did.We turned off the instance, then we deleted the current instance. I updated
myApp.woa to the folder.After that we configu
o: "Pierre Frisch" <[EMAIL PROTECTED]>;
; <[EMAIL PROTECTED]>
Sent: Friday, January 13, 2006 5:12 PM
Subject: RE: Tomcat 5.5.12 WAR Deployment Problem
Sako,
I used xcode 1.5 to create my war file by setting the following build
settings:
SERVLET_SINGLE_DIR_DEPLOY =
EMAIL PROTECTED]
On Behalf Of [EMAIL PROTECTED]
Sent: Friday, January 13, 2006 5:35 AM
To: webobjects-dev@lists.apple.com
Subject: Re: Tomcat 5.5.12 WAR Deployment Problem
Hello Albert,
I tried to create war file with woLips. do you do that also with eclipse
or
using xcode?
if you use eclipse, do you
The real problem here is that EOModel's entityNamed() method *uses*
NSPathUtilities - it shouldn't.
We've worked-around this bug by using a custom EOModel subclass in
all our applications with a custom implementation of this method.
Things now run fine under Tomcat/JBoss on Windows.
For w
006 12:11 AM
Subject: Re: Tomcat 5.5.12 WAR Deployment Problem
> Hello Albert;
>
> > I am trying to deploy a WO application as a WAR file under apache
> > tomcat 5.5.12. The application was created on Mac OS 10.3.9 with
> > WO 5.2.3 and Java 1.4.2_09-233. I am trying t
Yes there is a solution but not easy and not without recompiling.I think that older version of WebObjects were using an "Undocumented Feature" of the JVM that would make the loading of the eomodel included in a jar work. This has become broken with one of the minor fixes in Java 1.4.2, I think it h
Hello Albert;
I am trying to deploy a WO application as a WAR file under apache
tomcat 5.5.12. The application was created on Mac OS 10.3.9 with
WO 5.2.3 and Java 1.4.2_09-233. I am trying to deploy on Solaris
10 x86 with Tomcat 5.5.12 and Java 1.5.0_06. The application works
fine unti
I am trying to deploy a WO application as a WAR file under
apache tomcat 5.5.12. The application was created on Mac OS 10.3.9 with WO
5.2.3 and Java 1.4.2_09-233. I am trying to deploy on Solaris 10 x86 with
Tomcat 5.5.12 and Java 1.5.0_06. The application works fine until it
tries to lo
47 matches
Mail list logo