• 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: Maven + WOnder 7
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Maven + WOnder 7


  • Subject: Re: Maven + WOnder 7
  • From: Mark Gowdy <email@hidden>
  • Date: Fri, 06 Jan 2017 14:26:01 +0000

Hi, 

Nearly there.

I have my frameworks converted to use Maven (dependencies are nice btw), and have got my first app to run in Development.
I deploy it (for now), using [Run As : Maven Install], and copy the resulting tar.gz file to the server.

When I run it on the server, the app tries to start up, goes 100% CPU for about 4 minutes, then finally starts.
To be fair, it is on a Raspberry Pi, but the old (pre-maven) ant build didn’t have this problem.

java version "1.8.0_65"
Java(TM) SE Runtime Environment (build 1.8.0_65-b17)
Java HotSpot(TM) Client VM (build 25.65-b01, mixed mode)

Application log:
..etc..
  /opt/mg/apps/Switches/Switches-V3.woa/Contents/Resources/Java/com/webobjects/JavaWebServicesSupport/5.4.3/JavaWebServicesSupport-5.4.3.jar
  /opt/mg/apps/Switches/Switches-V3.woa/Contents/Resources/Java/com/webobjects/JavaXML/5.4.3/JavaXML-5.4.3.jar
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
WILL ADD SHUTDOWNHOOK
Jan 06 13:56:37 N/A[N/A] INFO  org.apache.log4j.Logger  - Updated the logging configuration with the current system properties.
Jan 06 13:56:37 N/A[N/A] INFO  org.apache.log4j.Logger  - Updated the logging configuration with the current system properties.
<<== LONG WAIT HERE ==>>
Jan 06 14:00:10 N/A[N/A] WARN  NSLog  - Couldn't load properties file: /home/pi/WebObjects.properties at path: /home/pi
Jan 06 14:00:10 N/A[N/A] DEBUG NSLog  - WOMaxIOBufferSize=8196
..etc..

Any thoughts on what is causing it to go mental?

Mark

On 5 Jan 2017, at 09:20, Mark Gowdy <email@hidden> wrote:

Paul, 

I was going to show you the error.
(which was something like ‘wonder.ajax : Ajax.jar not found’)

but when I tried to reproduce it, it only went and worked !! (rather suspiciously)

Although I am not complaining.

Thanks for you help,

Mark

On 4 Jan 2017, at 22:50, Paul Hoadley <email@hidden> wrote:

Hi Mark,

On 5 Jan 2017, at 3:34 am, Mark Gowdy <email@hidden> wrote:

My issue now is trying to get Ajax (from the Wonder Frameworks) into the mix.

I have tried various entries in the pom file (such as)
------
<dependency>
<groupId>wonder.ajax</groupId>
<artifactId>Ajax</artifactId>
<version>${wonder.version}</version>
</dependency>
------
But no success yet.

Any ideas?

That should certainly do it, as long as you’re declaring wonder.version somewhere, either in that project’s POM or some parent of it. What’s the error you’re seeing?


-- 
Paul Hoadley
http://logicsquad.net/
https://www.linkedin.com/company/logic-squad/




_________________
Mark Gowdy
Gowdy Associates Ltd
M: +44 7808 400 941
Skype: markgowdy





_________________
Mark Gowdy
Gowdy Associates Ltd
M: +44 7808 400 941
Skype: markgowdy




 _______________________________________________
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

References: 
 >Maven + WOnder 7 (From: Mark Gowdy <email@hidden>)
 >Re: Maven + WOnder 7 (From: G Brown <email@hidden>)
 >Re: Maven + WOnder 7 (From: Mark Gowdy <email@hidden>)
 >Re: Maven + WOnder 7 (From: Paul Hoadley <email@hidden>)
 >Re: Maven + WOnder 7 (From: Mark Gowdy <email@hidden>)

  • Prev by Date: Re: Maven + WOnder 7
  • Next by Date: Faking asynchronous component rendering
  • Previous by thread: Re: Maven + WOnder 7
  • Next by thread: Re: Maven + WOnder 7
  • Index(es):
    • Date
    • Thread