Re: Deploy app to Linux running java 1.8

Edward Merry <[email protected]> Wed, 1 Jul 2015 09:53:29 -0400
Newsgroups gmane.comp.web.webobjects.wonder-disc
Message-ID <[email protected]>
--===============7791902502160068401==
Content-Language: en-US
Content-Type: multipart/alternative;
	boundary="_000_1EC35815C7F542A7A3E0B35BC563C3A7usagilmoreglobalcom_"

--_000_1EC35815C7F542A7A3E0B35BC563C3A7usagilmoreglobalcom_
Content-Type: text/plain; charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable


I remember having a similar problem years ago (I deploy on linux). Can't re=
member how I solved it but these thoughts come to mind:

- maybe look at UNIXClassPaths.txt in your deployed woa
- the framesworks you embed are sometimes not the frameworks you develop wi=
th.
- run jar tvf /opt/Local/Library/WebObjects/Applications/WonderApp.woa/Cont=
ents/Frameworks/ERExtensions.framework/Resources/Java/ERExtensions.jar
to see if dir structure matches class path for ERXApplication

I unfortunately have no more time right now to help other than the meager t=
houghts above.

P.S. sorry about your family emergency, hope all is well


On Jul 1, 2015, at 9:00 AM, Ron Lift <[email protected]<mailto:rpgile4@gmai=
l.com>> wrote:

the file is there owned by appserver
 -rw-r--r--. 1 appserver appserveradm 1913099 Jun 23 00:59 /opt/Local/Libra=
ry/WebObjects/Applications/WonderApp.woa/Contents/Frameworks/ERExtensions.f=
ramework/Resources/Java/ERExtensions.jar


On Wed, Jul 1, 2015 at 8:50 AM, Pascal Robert <[email protected]<mailto:prob=
[email protected]>> wrote:
The class path might have that line, but the JAR might not be on the filesy=
stem...

> Le 2015-07-01 =E0 07:34, Ron Lift <[email protected]<mailto:rpgile4@gmail=
.com>> a =E9crit :
>
> Sorry I have been a way for a while, family emergency. I see A line in th=
e log /opt/Local/Library/WebObjects/
> Applications/WonderApp.woa/Contents/Frameworks/ERExtensions.framework/Res=
ources/Java/ERExtensions.jar. I looks to me like the framework is included
>
> On Wed, Jun 24, 2015 at 4:31 PM, Edward Merry <[email protected]=
m<mailto:[email protected]>> wrote:
> Look at the exception in your report. Your server does not have ERXExtens=
ions.framework. Either it's not bundled in your project or installed as a s=
eparate framework.
> That would cause your ERXApplication class to fail.
>
> On Jun 24, 2015, at 3:49 PM, Ron Lift <[email protected]<mailto:rpgile4@g=
mail.com>> wrote:
>
>> I had Eclipse create Wonder app (Hello world is all the output), built i=
t, and deployed it. same results.
>> Any thoughts?
>>
>>
>> WonderApp: NEXT_ROOT environment variable is not set!
>> Reading UNIXClassPath.txt ...
>> Launching WonderApp.woa ...
>> java -DWORootDirectory=3D"" -DWOLocalRootDirectory=3D"/Local" -DWOUserDi=
rectory=3D"/opt/Local/Library/WebObjects/Applications/WonderApp.woa" -DWOEn=
vClassPath=3D"" -DWOApplicationClass=3Dyour.app.Application -DWOPlatform=3D=
UNIX -Dcom.webobjects.pid=3D4059 -classpath WOBootstrap.jar com.webobjects.=
_bootstrap.WOBootstrap -WOFrameworksBaseURL /WebObjects/WonderApp.woa/Frame=
works
>> Loading /opt/Local/Library/WebObjects/Applications/WonderApp.woa/Content=
s/UNIX/UNIXClassPath.txt
>> Generated classpath:
>>   /opt/Local/Library/WebObjects/Applications/WonderApp.woa/Contents/Reso=
urces/Java/
>>   /opt/Local/Library/WebObjects/Applications/WonderApp.woa/Contents/Reso=
urces/Java/wonderapp.jar
>>   /opt/Local/Library/WebObjects/Applications/WonderApp.woa/Contents/Fram=
eworks/ERExtensions.framework/Resources/Java/ERExtensions.jar
>>   /opt/Local/Library/WebObjects/Applications/WonderApp.woa/Contents/Fram=
eworks/ERJars.framework/Resources/Java/ERJars.jar
>>   /opt/Local/Library/WebObjects/Applications/WonderApp.woa/Contents/Fram=
eworks/ERJars.framework/Resources/Java/ERFoundation.jar
>>   /opt/Local/Library/WebObjects/Applications/WonderApp.woa/Contents/Fram=
eworks/ERJars.framework/Resources/Java/ERWebObjects.jar
>>   /opt/Local/Library/WebObjects/Applications/WonderApp.woa/Contents/Fram=
eworks/ERJars.framework/Resources/Java/commons-cli-1.2.jar
>>   /opt/Local/Library/WebObjects/Applications/WonderApp.woa/Contents/Fram=
eworks/ERJars.framework/Resources/Java/commons-codec-1.6.jar
>>   /opt/Local/Library/WebObjects/Applications/WonderApp.woa/Contents/Fram=
eworks/ERJars.framework/Resources/Java/commons-io-2.2.jar
>>   /opt/Local/Library/WebObjects/Applications/WonderApp.woa/Contents/Fram=
eworks/ERJars.framework/Resources/Java/commons-lang-2.6.jar
>>   /opt/Local/Library/WebObjects/Applications/WonderApp.woa/Contents/Fram=
eworks/ERJars.framework/Resources/Java/commons-lang3-3.1.jar
>>   /opt/Local/Library/WebObjects/Applications/WonderApp.woa/Contents/Fram=
eworks/ERJars.framework/Resources/Java/commons-logging-1.2.jar
>>   /opt/Local/Library/WebObjects/Applications/WonderApp.woa/Contents/Fram=
eworks/ERJars.framework/Resources/Java/erxservletadaptor.jar
>>   /opt/Local/Library/WebObjects/Applications/WonderApp.woa/Contents/Fram=
eworks/ERJars.framework/Resources/Java/fluent-hc-4.3.6.jar
>>   /opt/Local/Library/WebObjects/Applications/WonderApp.woa/Contents/Fram=
eworks/ERJars.framework/Resources/Java/httpclient-4.3.6.jar
>>   /opt/Local/Library/WebObjects/Applications/WonderApp.woa/Contents/Fram=
eworks/ERJars.framework/Resources/Java/httpclient-cache-4.3.6.jar
>>   /opt/Local/Library/WebObjects/Applications/WonderApp.woa/Contents/Fram=
eworks/ERJars.framework/Resources/Java/httpcore-4.3.3.jar
>>   /opt/Local/Library/WebObjects/Applications/WonderApp.woa/Contents/Fram=
eworks/ERJars.framework/Resources/Java/httpmime-4.3.6.jar
>>   /opt/Local/Library/WebObjects/Applications/WonderApp.woa/Contents/Fram=
eworks/ERJars.framework/Resources/Java/icu4j-3_8_1.jar
>>   /opt/Local/Library/WebObjects/Applications/WonderApp.woa/Contents/Fram=
eworks/ERJars.framework/Resources/Java/joda-time-2.3.jar
>>   /opt/Local/Library/WebObjects/Applications/WonderApp.woa/Contents/Fram=
eworks/ERJars.framework/Resources/Java/junit-4.10.jar
>>   /opt/Local/Library/WebObjects/Applications/WonderApp.woa/Contents/Fram=
eworks/ERJars.framework/Resources/Java/log4j-1.2.17.jar
>>   /opt/Local/Library/WebObjects/Applications/WonderApp.woa/Contents/Fram=
eworks/ERJars.framework/Resources/Java/ognl-2.6.7.jar
>>   /opt/Local/Library/WebObjects/Applications/WonderApp.woa/Contents/Fram=
eworks/ERJars.framework/Resources/Java/slf4j-api-1.7.10.jar
>>   /opt/Local/Library/WebObjects/Applications/WonderApp.woa/Contents/Fram=
eworks/ERJars.framework/Resources/Java/slf4j-log4j12-1.7.10.jar
>>   /opt/Local/Library/WebObjects/Applications/WonderApp.woa/Contents/Fram=
eworks/ERPrototypes.framework/Resources/Java/ERPrototypes.jar
>>   /opt/Local/Library/WebObjects/Applications/WonderApp.woa/Contents/Fram=
eworks/WOOgnl.framework/Resources/Java/WOOgnl.jar
>>   /opt/Local/Library/WebObjects/Applications/WonderApp.woa/Contents/Fram=
eworks/JavaWOExtensions.framework/Resources/Java/JavaWOExtensions.jar
>>   /opt/Local/Library/WebObjects/Applications/WonderApp.woa/Contents/Fram=
eworks/JavaWOExtensions.framework/WebServerResources/Java/JavaWOExtensions.=
jar
>>   /opt/Local/Library/WebObjects/Applications/WonderApp.woa/Contents/Fram=
eworks/JavaEOAccess.framework/Resources/Java/javaeoaccess.jar
>>   /opt/Local/Library/WebObjects/Applications/WonderApp.woa/Contents/Fram=
eworks/JavaEOAccess.framework/WebServerResources/Java/JavaEOAccess.jar
>>   /opt/Local/Library/WebObjects/Applications/WonderApp.woa/Contents/Fram=
eworks/JavaEOControl.framework/Resources/Java/javaeocontrol.jar
>>   /opt/Local/Library/WebObjects/Applications/WonderApp.woa/Contents/Fram=
eworks/JavaEOControl.framework/WebServerResources/Java/JavaEOControl.jar
>>   /opt/Local/Library/WebObjects/Applications/WonderApp.woa/Contents/Fram=
eworks/JavaFoundation.framework/Resources/Java/javafoundation.jar
>>   /opt/Local/Library/WebObjects/Applications/WonderApp.woa/Contents/Fram=
eworks/JavaFoundation.framework/WebServerResources/Java/JavaFoundation.jar
>>   /opt/Local/Library/WebObjects/Applications/WonderApp.woa/Contents/Fram=
eworks/JavaJDBCAdaptor.framework/Resources/Java/javajdbcadaptor.jar
>>   /opt/Local/Library/WebObjects/Applications/WonderApp.woa/Contents/Fram=
eworks/JavaJDBCAdaptor.framework/WebServerResources/Java/JavaJDBCAdaptor.ja=
r
>>   /opt/Local/Library/WebObjects/Applications/WonderApp.woa/Contents/Fram=
eworks/JavaWebObjects.framework/Resources/Java/javawebobjects.jar
>>   /opt/Local/Library/WebObjects/Applications/WonderApp.woa/Contents/Fram=
eworks/JavaWebObjects.framework/WebServerResources/Java/JavaWebObjects.jar
>>   /opt/Local/Library/WebObjects/Applications/WonderApp.woa/Contents/Fram=
eworks/JavaXML.framework/Resources/Java/javaxml.jar
>>   /opt/Local/Library/WebObjects/Applications/WonderApp.woa/Contents/Fram=
eworks/JavaXML.framework/WebServerResources/Java/javaxml.jar
>> WILL ADD SHUTDOWNHOOK
>> [2015-6-24 15:47:59 EDT] <main> The bundle WonderApp has malformed versi=
on number:
>> [2015-6-24 15:47:59 EDT] <main> Couldn't load properties file: /root/Web=
Objects.properties at path: /root
>> [2015-6-24 15:47:59 EDT] <main> WOMaxIOBufferSize=3D8196
>> [2015-6-24 15:47:59 EDT] <main> WOWorkerThreadCountMin=3D16
>> [2015-6-24 15:47:59 EDT] <main> WOSocketMonitorSleepTime=3D50
>> [2015-6-24 15:47:59 EDT] <main> WODirectConnectEnabled=3Dtrue
>> [2015-6-24 15:47:59 EDT] <main> WOIncludeCommentsInResponse=3Dtrue
>> [2015-6-24 15:47:59 EDT] <main> WOWorkerThreadCount=3D8
>> [2015-6-24 15:47:59 EDT] <main> WOAdaptorURL=3Dhttp://localhost/cgi-bin/=
WebObjects
>> [2015-6-24 15:47:59 EDT] <main> WOLaunchdEnabled=3Dfalse
>> [2015-6-24 15:47:59 EDT] <main> WOPlatform=3DUNIX
>> [2015-6-24 15:47:59 EDT] <main> WODebuggingEnabled=3Dtrue
>> [2015-6-24 15:47:59 EDT] <main> WOEnvClassPath=3D
>> [2015-6-24 15:47:59 EDT] <main> WOListenQueueSize=3D128
>> [2015-6-24 15:47:59 EDT] <main> WOMissingResourceSearchEnabled=3Dtrue
>> [2015-6-24 15:47:59 EDT] <main> WOSessionStoreClassName=3DWOServerSessio=
nStore
>> [2015-6-24 15:47:59 EDT] <main> WOContextClassName=3DWOContext
>> [2015-6-24 15:47:59 EDT] <main> WOCachingEnabled=3Dfalse
>> [2015-6-24 15:47:59 EDT] <main> WOApplicationClass=3Dyour.app.Applicatio=
n
>> [2015-6-24 15:47:59 EDT] <main> WOAcceptMalformedCookies=3Dfalse
>> [2015-6-24 15:47:59 EDT] <main> NSProjectSearchPath=3D("..")
>> [2015-6-24 15:47:59 EDT] <main> WOMonitorEnabled=3Dfalse
>> [2015-6-24 15:47:59 EDT] <main> WOAllowRapidTurnaround=3Dtrue
>> [2015-6-24 15:47:59 EDT] <main> WORootDirectory=3D
>> [2015-6-24 15:47:59 EDT] <main> WOLocalRootDirectory=3D/Local
>> [2015-6-24 15:47:59 EDT] <main> WOGenerateWSDL=3Dtrue
>> [2015-6-24 15:47:59 EDT] <main> WOWorkerThreadCountMax=3D256
>> [2015-6-24 15:47:59 EDT] <main> WOAllowsConcurrentRequestHandling=3Dfals=
e
>> [2015-6-24 15:47:59 EDT] <main> WOAdaptor=3DWOClassicAdaptor
>> [2015-6-24 15:47:59 EDT] <main> WOSessionTimeOut=3D3600
>> [2015-6-24 15:47:59 EDT] <main> WOMaxSocketIdleTime=3D180000
>> [2015-6-24 15:47:59 EDT] <main> WODefaultUndoStackLimit=3D10
>> [2015-6-24 15:47:59 EDT] <main> WOAutoOpenClientApplication=3Dtrue
>> [2015-6-24 15:47:59 EDT] <main> WOAutoOpenInBrowser=3Dtrue
>> [2015-6-24 15:47:59 EDT] <main> WOApplicationBaseURL=3D/WebObjects
>> [2015-6-24 15:47:59 EDT] <main> WOMaxHeaders=3D200
>> [2015-6-24 15:47:59 EDT] <main> WOLifebeatEnabled=3Dfalse
>> [2015-6-24 15:47:59 EDT] <main> WOAllowsCacheControlHeader=3Dtrue
>> [2015-6-24 15:47:59 EDT] <main> WOSMTPHost=3Dsmtp
>> [2015-6-24 15:47:59 EDT] <main> WOFrameworksBaseURL=3D/WebObjects/Wonder=
App.woa/Frameworks
>> [2015-6-24 15:47:59 EDT] <main> WOAdditionalAdaptors=3D()
>> [2015-6-24 15:47:59 EDT] <main> WOStatisticsStoreSessionMax=3D50
>> [2015-6-24 15:47:59 EDT] <main> WOLifebeatDestinationPort=3D1085
>> [2015-6-24 15:47:59 EDT] <main> WOPort=3D-1
>> [2015-6-24 15:47:59 EDT] <main> WOLifebeatInterval=3D30
>> [2015-6-24 15:47:59 EDT] <main> WOSocketCacheSize=3D100
>> [2015-6-24 15:47:59 EDT] <main> WOUserDirectory=3D/opt/Local/Library/Web=
Objects/Applications/WonderApp.woa
>> [2015-6-24 15:47:59 EDT] <main> WODisplayExceptionPages=3Dtrue
>> [2015-6-24 15:47:59 EDT] <main> com.webobjects.pid =3D 4059
>> [2015-6-24 15:47:59 EDT] <main> ------------------------
>> [2015-6-24 15:47:59 EDT] <main> WebObjects version =3D 5.4.3
>> [2015-6-24 15:47:59 EDT] <main> Created adaptor of class WOClassicAdapto=
r on port 56608 and address localhost.localdomain/127.0.0.1<http://127.0.0.=
1/> with WOWorkerThread minimum of 16 and maximum of 256
>> [2015-6-24 15:47:59 EDT] <main> NSBundle is unable to find "ExtensionsFo=
rResources.plist" in the main bundle.  Ignoring optional configuration file=
.
>> [2015-6-24 15:47:59 EDT] <main> A fatal exception occurred: ERXExtension=
s have not been initialized. Debugging information can be enabled by adding=
 the JVM argument: '-Der.extensions.appserver.projectBundleLoading=3DDEBUG'=
. Please report the classpath and the rest of the bundles to the Wonder mai=
ling list:
>> Remaining frameworks: [JavaWOExtensions]
>> Classpath: WOBootstrap.jar
>> [2015-6-24 15:47:59 EDT] <main> java.lang.RuntimeException: ERXExtension=
s have not been initialized. Debugging information can be enabled by adding=
 the JVM argument: '-Der.extensions.appserver.projectBundleLoading=3DDEBUG'=
. Please report the classpath and the rest of the bundles to the Wonder mai=
ling list:
>> Remaining frameworks: [JavaWOExtensions]
>> Classpath: WOBootstrap.jar
>>     at er.extensions.appserver.ERXApplication.<init>(ERXApplication.java=
:1169)
>>     at your.app.Application.<init>(Application.java:10)
>>     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Met=
hod)
>>     at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConst=
ructorAccessorImpl.java:62)
>>     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Delegat=
ingConstructorAccessorImpl.java:45)
>>     at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
>>     at java.lang.Class.newInstance(Class.java:442)
>>     at com.webobjects.appserver.WOApplication.main(WOApplication.java:54=
7)
>>     at er.extensions.appserver.ERXApplication.main(ERXApplication.java:8=
78)
>>     at your.app.Application.main(Application.java:7)
>>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorI=
mpl.java:62)
>>     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodA=
ccessorImpl.java:43)
>>     at java.lang.reflect.Method.invoke(Method.java:497)
>>     at com.webobjects._bootstrap.WOBootstrap.main(WOBootstrap.java:87)
>>
>> APPLICATION SHUTDOWN SEQUENCE COMPLETE
>>
>>
>> On Wed, Jun 24, 2015 at 11:02 AM, Chuck Hill <[email protected]<mailto=
:[email protected]>> wrote:
>> Hi Ron,
>>
>> Look at the bottom of hour app log:
>> WILL ADD SHUTDOWNHOOK
>> APPLICATION SHUTDOWN SEQUENCE COMPLETE
>>
>> My guess is that something in your constructor or early launch code is t=
erminating the JVM.  It is your code, not a WO issue.
>>
>> I don=92t think this is causing any problems for you:
>> [2015-6-24 9:47:24 EDT] <main> The bundle JavaMonitor has malformed vers=
ion number:
>> That is talking about a bundle version, not the JVM version.
>>
>> Chuck
>>
>>
>>
>> On 2015-06-24, 7:20 AM, "Ron Lift" wrote:
>>
>> Hello everyone. Because of DOD requirements. I need to migrate applicati=
on from old OSX servers with Java 1.6 and redHat servers with Java 1.7 to R=
edhat with Java 1.8. i have stepped away from this environment for a while.=
 I have built a text Centos VM on my local machine with Oracle JVM. And ins=
tall WO using these instructions. https://wiki.wocommunity.org/display/docu=
mentation/Installing+a+deployment+environment+on+RedHat,+CentOS+or+Amazon+L=
inux
>>
>> Then I have a OSX laptop, running Eclipse 4.4, latest wolips and wonder,=
 install the same JVM updated to the latest jars for JDBC, mail, amazon S3 =
etc and built the app with framework embedded.
>>
>> When i try to start the apps in monitor, they do not start.
>>
>> I see a message that says a malformed version number for my app and fram=
ework and I cannot figure out why. I have look at womonitor, taskd and my a=
pp and they all seem to by pointing to java 1.8. I have attached the womoni=
tor startup output, the System Properties from the bottom of localhost:1085=
 and my appstartup when I try to start it from the command line. Any help w=
ould be appreciated.
>>
>> I am sure it is something stupid I did that once someone tell me I will =
smack my head and wonder why i was spinning my wheels for so long
>>
>> Ron Lift
>>
>>
>> ------------------------------------------------------------------------=
------
>> Monitor 25 network devices or servers for free with OpManager!
>> OpManager is web-based network management software that monitors
>> network devices and physical & virtual servers, alerts via email & sms
>> for fault. Monitor 25 devices for free with no restriction. Download now
>> http://ad.doubleclick.net/ddm/clk/292181274;119417398;o_________________=
______________________________
>> Wonder-disc mailing list
>> [email protected]<mailto:[email protected]=
et>
>> https://lists.sourceforge.net/lists/listinfo/wonder-disc
>
>
> -------------------------------------------------------------------------=
-----
> Don't Limit Your Business. Reach for the Cloud.
> GigeNET's Cloud Solutions provide you with the tools and support that
> you need to offload your IT needs and focus on growing your business.
> Configured For All Businesses. Start Your Cloud Today.
> https://www.gigenetcloud.com/____________________________________________=
___
> Wonder-disc mailing list
> [email protected]<mailto:[email protected]=
t>
> https://lists.sourceforge.net/lists/listinfo/wonder-disc




--_000_1EC35815C7F542A7A3E0B35BC563C3A7usagilmoreglobalcom_
Content-Type: text/html; charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable

<html><head><meta http-equiv=3D"Content-Type" content=3D"text/html charset=
=3Dwindows-1252"></head><body style=3D"word-wrap: break-word; -webkit-nbsp-=
mode: space; -webkit-line-break: after-white-space; "><div><br></div><div>I=
 remember having a similar problem years ago (I deploy on linux). Can't rem=
ember how I solved it but these thoughts come to mind:</div><div><br></div>=
<div>- maybe look at UNIXClassPaths.txt in your deployed woa</div><div>- th=
e framesworks you embed are sometimes not the frameworks you develop with.<=
/div><div>- run jar tvf&nbsp;/opt/Local/Library/WebObjects/Applications/Won=
derApp.woa/Contents/Frameworks/ERExtensions.framework/Resources/Java/ERExte=
nsions.jar</div><div>to see if dir structure matches class path for ERXAppl=
ication</div><div><br></div><div>I unfortunately have no more time right no=
w to help other than the meager thoughts above.</div><div><br></div><div>P.=
S. sorry about your family emergency, hope all is well</div><div><br></div>=
<br><div><div>On Jul 1, 2015, at 9:00 AM, Ron Lift &lt;<a href=3D"mailto:rp=
[email protected]">[email protected]</a>&gt; wrote:</div><br class=3D"Apple-i=
nterchange-newline"><blockquote type=3D"cite"><div dir=3D"ltr">the file is =
there owned by appserver<br>&nbsp;-rw-r--r--. 1 appserver appserveradm 1913=
099 Jun 23 00:59 /opt/Local/Library/WebObjects/Applications/WonderApp.woa/C=
ontents/Frameworks/ERExtensions.framework/Resources/Java/ERExtensions.jar<b=
r><br></div><div class=3D"gmail_extra"><br><div class=3D"gmail_quote">On We=
d, Jul 1, 2015 at 8:50 AM, Pascal Robert <span dir=3D"ltr">&lt;<a href=3D"m=
ailto:[email protected]" target=3D"_blank">[email protected]</a>&gt;</span> w=
rote:<br><blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;borde=
r-left:1px #ccc solid;padding-left:1ex">The class path might have that line=
, but the JAR might not be on the filesystem...<br>
<br>
&gt; Le 2015-07-01 =E0 07:34, Ron Lift &lt;<a href=3D"mailto:rpgile4@gmail.=
com">[email protected]</a>&gt; a =E9crit :<br>
&gt;<br>
&gt; Sorry I have been a way for a while, family emergency. I see A line in=
 the log /opt/Local/Library/WebObjects/<br>
&gt; Applications/WonderApp.woa/Contents/Frameworks/ERExtensions.framework/=
Resources/Java/ERExtensions.jar. I looks to me like the framework is includ=
ed<br>
&gt;<br>
&gt; On Wed, Jun 24, 2015 at 4:31 PM, Edward Merry &lt;<a href=3D"mailto:me=
[email protected]">[email protected]</a>&gt; wrote:<br>
&gt; Look at the exception in your report. Your server does not have ERXExt=
ensions.framework. Either it's not bundled in your project or installed as =
a separate framework.<br>
&gt; That would cause your ERXApplication class to fail.<br>
&gt;<br>
&gt; On Jun 24, 2015, at 3:49 PM, Ron Lift &lt;<a href=3D"mailto:rpgile4@gm=
ail.com">[email protected]</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt; I had Eclipse create Wonder app (Hello world is all the output), b=
uilt it, and deployed it. same results.<br>
&gt;&gt; Any thoughts?<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; WonderApp: NEXT_ROOT environment variable is not set!<br>
&gt;&gt; Reading UNIXClassPath.txt ...<br>
&gt;&gt; Launching WonderApp.woa ...<br>
&gt;&gt; java -DWORootDirectory=3D"" -DWOLocalRootDirectory=3D"/Local" -DWO=
UserDirectory=3D"/opt/Local/Library/WebObjects/Applications/WonderApp.woa" =
-DWOEnvClassPath=3D"" -DWOApplicationClass=3Dyour.app.Application -DWOPlatf=
orm=3DUNIX -Dcom.webobjects.pid=3D4059 -classpath WOBootstrap.jar com.webob=
jects._bootstrap.WOBootstrap -WOFrameworksBaseURL /WebObjects/WonderApp.woa=
/Frameworks<br>
&gt;&gt; Loading /opt/Local/Library/WebObjects/Applications/WonderApp.woa/C=
ontents/UNIX/UNIXClassPath.txt<br>
&gt;&gt; Generated classpath:<br>
&gt;&gt;&nbsp; &nbsp;/opt/Local/Library/WebObjects/Applications/WonderApp.w=
oa/Contents/Resources/Java/<br>
&gt;&gt;&nbsp; &nbsp;/opt/Local/Library/WebObjects/Applications/WonderApp.w=
oa/Contents/Resources/Java/wonderapp.jar<br>
&gt;&gt;&nbsp; &nbsp;/opt/Local/Library/WebObjects/Applications/WonderApp.w=
oa/Contents/Frameworks/ERExtensions.framework/Resources/Java/ERExtensions.j=
ar<br>
&gt;&gt;&nbsp; &nbsp;/opt/Local/Library/WebObjects/Applications/WonderApp.w=
oa/Contents/Frameworks/ERJars.framework/Resources/Java/ERJars.jar<br>
&gt;&gt;&nbsp; &nbsp;/opt/Local/Library/WebObjects/Applications/WonderApp.w=
oa/Contents/Frameworks/ERJars.framework/Resources/Java/ERFoundation.jar<br>
&gt;&gt;&nbsp; &nbsp;/opt/Local/Library/WebObjects/Applications/WonderApp.w=
oa/Contents/Frameworks/ERJars.framework/Resources/Java/ERWebObjects.jar<br>
&gt;&gt;&nbsp; &nbsp;/opt/Local/Library/WebObjects/Applications/WonderApp.w=
oa/Contents/Frameworks/ERJars.framework/Resources/Java/commons-cli-1.2.jar<=
br>
&gt;&gt;&nbsp; &nbsp;/opt/Local/Library/WebObjects/Applications/WonderApp.w=
oa/Contents/Frameworks/ERJars.framework/Resources/Java/commons-codec-1.6.ja=
r<br>
&gt;&gt;&nbsp; &nbsp;/opt/Local/Library/WebObjects/Applications/WonderApp.w=
oa/Contents/Frameworks/ERJars.framework/Resources/Java/commons-io-2.2.jar<b=
r>
&gt;&gt;&nbsp; &nbsp;/opt/Local/Library/WebObjects/Applications/WonderApp.w=
oa/Contents/Frameworks/ERJars.framework/Resources/Java/commons-lang-2.6.jar=
<br>
&gt;&gt;&nbsp; &nbsp;/opt/Local/Library/WebObjects/Applications/WonderApp.w=
oa/Contents/Frameworks/ERJars.framework/Resources/Java/commons-lang3-3.1.ja=
r<br>
&gt;&gt;&nbsp; &nbsp;/opt/Local/Library/WebObjects/Applications/WonderApp.w=
oa/Contents/Frameworks/ERJars.framework/Resources/Java/commons-logging-1.2.=
jar<br>
&gt;&gt;&nbsp; &nbsp;/opt/Local/Library/WebObjects/Applications/WonderApp.w=
oa/Contents/Frameworks/ERJars.framework/Resources/Java/erxservletadaptor.ja=
r<br>
&gt;&gt;&nbsp; &nbsp;/opt/Local/Library/WebObjects/Applications/WonderApp.w=
oa/Contents/Frameworks/ERJars.framework/Resources/Java/fluent-hc-4.3.6.jar<=
br>
&gt;&gt;&nbsp; &nbsp;/opt/Local/Library/WebObjects/Applications/WonderApp.w=
oa/Contents/Frameworks/ERJars.framework/Resources/Java/httpclient-4.3.6.jar=
<br>
&gt;&gt;&nbsp; &nbsp;/opt/Local/Library/WebObjects/Applications/WonderApp.w=
oa/Contents/Frameworks/ERJars.framework/Resources/Java/httpclient-cache-4.3=
.6.jar<br>
&gt;&gt;&nbsp; &nbsp;/opt/Local/Library/WebObjects/Applications/WonderApp.w=
oa/Contents/Frameworks/ERJars.framework/Resources/Java/httpcore-4.3.3.jar<b=
r>
&gt;&gt;&nbsp; &nbsp;/opt/Local/Library/WebObjects/Applications/WonderApp.w=
oa/Contents/Frameworks/ERJars.framework/Resources/Java/httpmime-4.3.6.jar<b=
r>
&gt;&gt;&nbsp; &nbsp;/opt/Local/Library/WebObjects/Applications/WonderApp.w=
oa/Contents/Frameworks/ERJars.framework/Resources/Java/icu4j-3_8_1.jar<br>
&gt;&gt;&nbsp; &nbsp;/opt/Local/Library/WebObjects/Applications/WonderApp.w=
oa/Contents/Frameworks/ERJars.framework/Resources/Java/joda-time-2.3.jar<br=
>
&gt;&gt;&nbsp; &nbsp;/opt/Local/Library/WebObjects/Applications/WonderApp.w=
oa/Contents/Frameworks/ERJars.framework/Resources/Java/junit-4.10.jar<br>
&gt;&gt;&nbsp; &nbsp;/opt/Local/Library/WebObjects/Applications/WonderApp.w=
oa/Contents/Frameworks/ERJars.framework/Resources/Java/log4j-1.2.17.jar<br>
&gt;&gt;&nbsp; &nbsp;/opt/Local/Library/WebObjects/Applications/WonderApp.w=
oa/Contents/Frameworks/ERJars.framework/Resources/Java/ognl-2.6.7.jar<br>
&gt;&gt;&nbsp; &nbsp;/opt/Local/Library/WebObjects/Applications/WonderApp.w=
oa/Contents/Frameworks/ERJars.framework/Resources/Java/slf4j-api-1.7.10.jar=
<br>
&gt;&gt;&nbsp; &nbsp;/opt/Local/Library/WebObjects/Applications/WonderApp.w=
oa/Contents/Frameworks/ERJars.framework/Resources/Java/slf4j-log4j12-1.7.10=
.jar<br>
&gt;&gt;&nbsp; &nbsp;/opt/Local/Library/WebObjects/Applications/WonderApp.w=
oa/Contents/Frameworks/ERPrototypes.framework/Resources/Java/ERPrototypes.j=
ar<br>
&gt;&gt;&nbsp; &nbsp;/opt/Local/Library/WebObjects/Applications/WonderApp.w=
oa/Contents/Frameworks/WOOgnl.framework/Resources/Java/WOOgnl.jar<br>
&gt;&gt;&nbsp; &nbsp;/opt/Local/Library/WebObjects/Applications/WonderApp.w=
oa/Contents/Frameworks/JavaWOExtensions.framework/Resources/Java/JavaWOExte=
nsions.jar<br>
&gt;&gt;&nbsp; &nbsp;/opt/Local/Library/WebObjects/Applications/WonderApp.w=
oa/Contents/Frameworks/JavaWOExtensions.framework/WebServerResources/Java/J=
avaWOExtensions.jar<br>
&gt;&gt;&nbsp; &nbsp;/opt/Local/Library/WebObjects/Applications/WonderApp.w=
oa/Contents/Frameworks/JavaEOAccess.framework/Resources/Java/javaeoaccess.j=
ar<br>
&gt;&gt;&nbsp; &nbsp;/opt/Local/Library/WebObjects/Applications/WonderApp.w=
oa/Contents/Frameworks/JavaEOAccess.framework/WebServerResources/Java/JavaE=
OAccess.jar<br>
&gt;&gt;&nbsp; &nbsp;/opt/Local/Library/WebObjects/Applications/WonderApp.w=
oa/Contents/Frameworks/JavaEOControl.framework/Resources/Java/javaeocontrol=
.jar<br>
&gt;&gt;&nbsp; &nbsp;/opt/Local/Library/WebObjects/Applications/WonderApp.w=
oa/Contents/Frameworks/JavaEOControl.framework/WebServerResources/Java/Java=
EOControl.jar<br>
&gt;&gt;&nbsp; &nbsp;/opt/Local/Library/WebObjects/Applications/WonderApp.w=
oa/Contents/Frameworks/JavaFoundation.framework/Resources/Java/javafoundati=
on.jar<br>
&gt;&gt;&nbsp; &nbsp;/opt/Local/Library/WebObjects/Applications/WonderApp.w=
oa/Contents/Frameworks/JavaFoundation.framework/WebServerResources/Java/Jav=
aFoundation.jar<br>
&gt;&gt;&nbsp; &nbsp;/opt/Local/Library/WebObjects/Applications/WonderApp.w=
oa/Contents/Frameworks/JavaJDBCAdaptor.framework/Resources/Java/javajdbcada=
ptor.jar<br>
&gt;&gt;&nbsp; &nbsp;/opt/Local/Library/WebObjects/Applications/WonderApp.w=
oa/Contents/Frameworks/JavaJDBCAdaptor.framework/WebServerResources/Java/Ja=
vaJDBCAdaptor.jar<br>
&gt;&gt;&nbsp; &nbsp;/opt/Local/Library/WebObjects/Applications/WonderApp.w=
oa/Contents/Frameworks/JavaWebObjects.framework/Resources/Java/javawebobjec=
ts.jar<br>
&gt;&gt;&nbsp; &nbsp;/opt/Local/Library/WebObjects/Applications/WonderApp.w=
oa/Contents/Frameworks/JavaWebObjects.framework/WebServerResources/Java/Jav=
aWebObjects.jar<br>
&gt;&gt;&nbsp; &nbsp;/opt/Local/Library/WebObjects/Applications/WonderApp.w=
oa/Contents/Frameworks/JavaXML.framework/Resources/Java/javaxml.jar<br>
&gt;&gt;&nbsp; &nbsp;/opt/Local/Library/WebObjects/Applications/WonderApp.w=
oa/Contents/Frameworks/JavaXML.framework/WebServerResources/Java/javaxml.ja=
r<br>
&gt;&gt; WILL ADD SHUTDOWNHOOK<br>
&gt;&gt; [2015-6-24 15:47:59 EDT] &lt;main&gt; The bundle WonderApp has mal=
formed version number:<br>
&gt;&gt; [2015-6-24 15:47:59 EDT] &lt;main&gt; Couldn't load properties fil=
e: /root/WebObjects.properties at path: /root<br>
&gt;&gt; [2015-6-24 15:47:59 EDT] &lt;main&gt; WOMaxIOBufferSize=3D8196<br>
&gt;&gt; [2015-6-24 15:47:59 EDT] &lt;main&gt; WOWorkerThreadCountMin=3D16<=
br>
&gt;&gt; [2015-6-24 15:47:59 EDT] &lt;main&gt; WOSocketMonitorSleepTime=3D5=
0<br>
&gt;&gt; [2015-6-24 15:47:59 EDT] &lt;main&gt; WODirectConnectEnabled=3Dtru=
e<br>
&gt;&gt; [2015-6-24 15:47:59 EDT] &lt;main&gt; WOIncludeCommentsInResponse=
=3Dtrue<br>
&gt;&gt; [2015-6-24 15:47:59 EDT] &lt;main&gt; WOWorkerThreadCount=3D8<br>
&gt;&gt; [2015-6-24 15:47:59 EDT] &lt;main&gt; WOAdaptorURL=3D<a href=3D"ht=
tp://localhost/cgi-bin/WebObjects" rel=3D"noreferrer" target=3D"_blank">htt=
p://localhost/cgi-bin/WebObjects</a><br>
&gt;&gt; [2015-6-24 15:47:59 EDT] &lt;main&gt; WOLaunchdEnabled=3Dfalse<br>
&gt;&gt; [2015-6-24 15:47:59 EDT] &lt;main&gt; WOPlatform=3DUNIX<br>
&gt;&gt; [2015-6-24 15:47:59 EDT] &lt;main&gt; WODebuggingEnabled=3Dtrue<br=
>
&gt;&gt; [2015-6-24 15:47:59 EDT] &lt;main&gt; WOEnvClassPath=3D<br>
&gt;&gt; [2015-6-24 15:47:59 EDT] &lt;main&gt; WOListenQueueSize=3D128<br>
&gt;&gt; [2015-6-24 15:47:59 EDT] &lt;main&gt; WOMissingResourceSearchEnabl=
ed=3Dtrue<br>
&gt;&gt; [2015-6-24 15:47:59 EDT] &lt;main&gt; WOSessionStoreClassName=3DWO=
ServerSessionStore<br>
&gt;&gt; [2015-6-24 15:47:59 EDT] &lt;main&gt; WOContextClassName=3DWOConte=
xt<br>
&gt;&gt; [2015-6-24 15:47:59 EDT] &lt;main&gt; WOCachingEnabled=3Dfalse<br>
&gt;&gt; [2015-6-24 15:47:59 EDT] &lt;main&gt; WOApplicationClass=3Dyour.ap=
p.Application<br>
&gt;&gt; [2015-6-24 15:47:59 EDT] &lt;main&gt; WOAcceptMalformedCookies=3Df=
alse<br>
&gt;&gt; [2015-6-24 15:47:59 EDT] &lt;main&gt; NSProjectSearchPath=3D("..")=
<br>
&gt;&gt; [2015-6-24 15:47:59 EDT] &lt;main&gt; WOMonitorEnabled=3Dfalse<br>
&gt;&gt; [2015-6-24 15:47:59 EDT] &lt;main&gt; WOAllowRapidTurnaround=3Dtru=
e<br>
&gt;&gt; [2015-6-24 15:47:59 EDT] &lt;main&gt; WORootDirectory=3D<br>
&gt;&gt; [2015-6-24 15:47:59 EDT] &lt;main&gt; WOLocalRootDirectory=3D/Loca=
l<br>
&gt;&gt; [2015-6-24 15:47:59 EDT] &lt;main&gt; WOGenerateWSDL=3Dtrue<br>
&gt;&gt; [2015-6-24 15:47:59 EDT] &lt;main&gt; WOWorkerThreadCountMax=3D256=
<br>
&gt;&gt; [2015-6-24 15:47:59 EDT] &lt;main&gt; WOAllowsConcurrentRequestHan=
dling=3Dfalse<br>
&gt;&gt; [2015-6-24 15:47:59 EDT] &lt;main&gt; WOAdaptor=3DWOClassicAdaptor=
<br>
&gt;&gt; [2015-6-24 15:47:59 EDT] &lt;main&gt; WOSessionTimeOut=3D3600<br>
&gt;&gt; [2015-6-24 15:47:59 EDT] &lt;main&gt; WOMaxSocketIdleTime=3D180000=
<br>
&gt;&gt; [2015-6-24 15:47:59 EDT] &lt;main&gt; WODefaultUndoStackLimit=3D10=
<br>
&gt;&gt; [2015-6-24 15:47:59 EDT] &lt;main&gt; WOAutoOpenClientApplication=
=3Dtrue<br>
&gt;&gt; [2015-6-24 15:47:59 EDT] &lt;main&gt; WOAutoOpenInBrowser=3Dtrue<b=
r>
&gt;&gt; [2015-6-24 15:47:59 EDT] &lt;main&gt; WOApplicationBaseURL=3D/WebO=
bjects<br>
&gt;&gt; [2015-6-24 15:47:59 EDT] &lt;main&gt; WOMaxHeaders=3D200<br>
&gt;&gt; [2015-6-24 15:47:59 EDT] &lt;main&gt; WOLifebeatEnabled=3Dfalse<br=
>
&gt;&gt; [2015-6-24 15:47:59 EDT] &lt;main&gt; WOAllowsCacheControlHeader=
=3Dtrue<br>
&gt;&gt; [2015-6-24 15:47:59 EDT] &lt;main&gt; WOSMTPHost=3Dsmtp<br>
&gt;&gt; [2015-6-24 15:47:59 EDT] &lt;main&gt; WOFrameworksBaseURL=3D/WebOb=
jects/WonderApp.woa/Frameworks<br>
&gt;&gt; [2015-6-24 15:47:59 EDT] &lt;main&gt; WOAdditionalAdaptors=3D()<br=
>
&gt;&gt; [2015-6-24 15:47:59 EDT] &lt;main&gt; WOStatisticsStoreSessionMax=
=3D50<br>
&gt;&gt; [2015-6-24 15:47:59 EDT] &lt;main&gt; WOLifebeatDestinationPort=3D=
1085<br>
&gt;&gt; [2015-6-24 15:47:59 EDT] &lt;main&gt; WOPort=3D-1<br>
&gt;&gt; [2015-6-24 15:47:59 EDT] &lt;main&gt; WOLifebeatInterval=3D30<br>
&gt;&gt; [2015-6-24 15:47:59 EDT] &lt;main&gt; WOSocketCacheSize=3D100<br>
&gt;&gt; [2015-6-24 15:47:59 EDT] &lt;main&gt; WOUserDirectory=3D/opt/Local=
/Library/WebObjects/Applications/WonderApp.woa<br>
&gt;&gt; [2015-6-24 15:47:59 EDT] &lt;main&gt; WODisplayExceptionPages=3Dtr=
ue<br>
&gt;&gt; [2015-6-24 15:47:59 EDT] &lt;main&gt; com.webobjects.pid =3D 4059<=
br>
&gt;&gt; [2015-6-24 15:47:59 EDT] &lt;main&gt; ------------------------<br>
&gt;&gt; [2015-6-24 15:47:59 EDT] &lt;main&gt; WebObjects version =3D 5.4.3=
<br>
&gt;&gt; [2015-6-24 15:47:59 EDT] &lt;main&gt; Created adaptor of class WOC=
lassicAdaptor on port 56608 and address localhost.localdomain/<a href=3D"ht=
tp://127.0.0.1/" rel=3D"noreferrer" target=3D"_blank">127.0.0.1</a> with WO=
WorkerThread minimum of 16 and maximum of 256<br>
&gt;&gt; [2015-6-24 15:47:59 EDT] &lt;main&gt; NSBundle is unable to find "=
ExtensionsForResources.plist" in the main bundle.&nbsp; Ignoring optional c=
onfiguration file.<br>
&gt;&gt; [2015-6-24 15:47:59 EDT] &lt;main&gt; A fatal exception occurred: =
ERXExtensions have not been initialized. Debugging information can be enabl=
ed by adding the JVM argument: '-Der.extensions.appserver.projectBundleLoad=
ing=3DDEBUG'. Please report the classpath and the rest of the bundles to th=
e Wonder mailing list:<br>
&gt;&gt; Remaining frameworks: [JavaWOExtensions]<br>
&gt;&gt; Classpath: WOBootstrap.jar<br>
&gt;&gt; [2015-6-24 15:47:59 EDT] &lt;main&gt; java.lang.RuntimeException: =
ERXExtensions have not been initialized. Debugging information can be enabl=
ed by adding the JVM argument: '-Der.extensions.appserver.projectBundleLoad=
ing=3DDEBUG'. Please report the classpath and the rest of the bundles to th=
e Wonder mailing list:<br>
&gt;&gt; Remaining frameworks: [JavaWOExtensions]<br>
&gt;&gt; Classpath: WOBootstrap.jar<br>
&gt;&gt;&nbsp; &nbsp; &nbsp;at er.extensions.appserver.ERXApplication.&lt;i=
nit&gt;(ERXApplication.java:1169)<br>
&gt;&gt;&nbsp; &nbsp; &nbsp;at your.app.Application.&lt;init&gt;(Applicatio=
n.java:10)<br>
&gt;&gt;&nbsp; &nbsp; &nbsp;at sun.reflect.NativeConstructorAccessorImpl.ne=
wInstance0(Native Method)<br>
&gt;&gt;&nbsp; &nbsp; &nbsp;at sun.reflect.NativeConstructorAccessorImpl.ne=
wInstance(NativeConstructorAccessorImpl.java:62)<br>
&gt;&gt;&nbsp; &nbsp; &nbsp;at sun.reflect.DelegatingConstructorAccessorImp=
l.newInstance(DelegatingConstructorAccessorImpl.java:45)<br>
&gt;&gt;&nbsp; &nbsp; &nbsp;at java.lang.reflect.Constructor.newInstance(Co=
nstructor.java:422)<br>
&gt;&gt;&nbsp; &nbsp; &nbsp;at java.lang.Class.newInstance(Class.java:442)<=
br>
&gt;&gt;&nbsp; &nbsp; &nbsp;at com.webobjects.appserver.WOApplication.main(=
WOApplication.java:547)<br>
&gt;&gt;&nbsp; &nbsp; &nbsp;at er.extensions.appserver.ERXApplication.main(=
ERXApplication.java:878)<br>
&gt;&gt;&nbsp; &nbsp; &nbsp;at your.app.Application.main(Application.java:7=
)<br>
&gt;&gt;&nbsp; &nbsp; &nbsp;at sun.reflect.NativeMethodAccessorImpl.invoke0=
(Native Method)<br>
&gt;&gt;&nbsp; &nbsp; &nbsp;at sun.reflect.NativeMethodAccessorImpl.invoke(=
NativeMethodAccessorImpl.java:62)<br>
&gt;&gt;&nbsp; &nbsp; &nbsp;at sun.reflect.DelegatingMethodAccessorImpl.inv=
oke(DelegatingMethodAccessorImpl.java:43)<br>
&gt;&gt;&nbsp; &nbsp; &nbsp;at java.lang.reflect.Method.invoke(Method.java:=
497)<br>
&gt;&gt;&nbsp; &nbsp; &nbsp;at com.webobjects._bootstrap.WOBootstrap.main(W=
OBootstrap.java:87)<br>
&gt;&gt;<br>
&gt;&gt; APPLICATION SHUTDOWN SEQUENCE COMPLETE<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Wed, Jun 24, 2015 at 11:02 AM, Chuck Hill &lt;<a href=3D"mailto=
:[email protected]">[email protected]</a>&gt; wrote:<br>
&gt;&gt; Hi Ron,<br>
&gt;&gt;<br>
&gt;&gt; Look at the bottom of hour app log:<br>
&gt;&gt; WILL ADD SHUTDOWNHOOK<br>
&gt;&gt; APPLICATION SHUTDOWN SEQUENCE COMPLETE<br>
&gt;&gt;<br>
&gt;&gt; My guess is that something in your constructor or early launch cod=
e is terminating the JVM.&nbsp; It is your code, not a WO issue.<br>
&gt;&gt;<br>
&gt;&gt; I don=92t think this is causing any problems for you:<br>
&gt;&gt; [2015-6-24 9:47:24 EDT] &lt;main&gt; The bundle JavaMonitor has ma=
lformed version number:<br>
&gt;&gt; That is talking about a bundle version, not the JVM version.<br>
&gt;&gt;<br>
&gt;&gt; Chuck<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On 2015-06-24, 7:20 AM, "Ron Lift" wrote:<br>
&gt;&gt;<br>
&gt;&gt; Hello everyone. Because of DOD requirements. I need to migrate app=
lication from old OSX servers with Java 1.6 and redHat servers with Java 1.=
7 to Redhat with Java 1.8. i have stepped away from this environment for a =
while. I have built a text Centos VM on my local machine with Oracle JVM. A=
nd install WO using these instructions. <a href=3D"https://wiki.wocommunity=
.org/display/documentation/Installing+a+deployment+environment+on+RedHat,+C=
entOS+or+Amazon+Linux" rel=3D"noreferrer" target=3D"_blank">https://wiki.wo=
community.org/display/documentation/Installing+a+deployment+environment+on+=
RedHat,+CentOS+or+Amazon+Linux</a><br>
&gt;&gt;<br>
&gt;&gt; Then I have a OSX laptop, running Eclipse 4.4, latest wolips and w=
onder, install the same JVM updated to the latest jars for JDBC, mail, amaz=
on S3 etc and built the app with framework embedded.<br>
&gt;&gt;<br>
&gt;&gt; When i try to start the apps in monitor, they do not start.<br>
&gt;&gt;<br>
&gt;&gt; I see a message that says a malformed version number for my app an=
d framework and I cannot figure out why. I have look at womonitor, taskd an=
d my app and they all seem to by pointing to java 1.8. I have attached the =
womonitor startup output, the System Properties from the bottom of localhos=
t:1085 and my appstartup when I try to start it from the command line. Any =
help would be appreciated.<br>
&gt;&gt;<br>
&gt;&gt; I am sure it is something stupid I did that once someone tell me I=
 will smack my head and wonder why i was spinning my wheels for so long<br>
&gt;&gt;<br>
&gt;&gt; Ron Lift<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; ------------------------------------------------------------------=
------------<br>
&gt;&gt; Monitor 25 network devices or servers for free with OpManager!<br>
&gt;&gt; OpManager is web-based network management software that monitors<b=
r>
&gt;&gt; network devices and physical &amp; virtual servers, alerts via ema=
il &amp; sms<br>
&gt;&gt; for fault. Monitor 25 devices for free with no restriction. Downlo=
ad now<br>
&gt;&gt; <a href=3D"http://ad.doubleclick.net/ddm/clk/292181274;119417398;o=
_______________________________________________" rel=3D"noreferrer" target=
=3D"_blank">http://ad.doubleclick.net/ddm/clk/292181274;119417398;o________=
_______________________________________</a><br>
&gt;&gt; Wonder-disc mailing list<br>
&gt;&gt; <a href=3D"mailto:[email protected]">Wonder-disc@l=
ists.sourceforge.net</a><br>
&gt;&gt; <a href=3D"https://lists.sourceforge.net/lists/listinfo/wonder-dis=
c" rel=3D"noreferrer" target=3D"_blank">https://lists.sourceforge.net/lists=
/listinfo/wonder-disc</a><br>
&gt;<br>
&gt;<br>
&gt; ----------------------------------------------------------------------=
--------<br>
&gt; Don't Limit Your Business. Reach for the Cloud.<br>
&gt; GigeNET's Cloud Solutions provide you with the tools and support that<=
br>
&gt; you need to offload your IT needs and focus on growing your business.<=
br>
&gt; Configured For All Businesses. Start Your Cloud Today.<br>
&gt; <a href=3D"https://www.gigenetcloud.com/______________________________=
_________________" rel=3D"noreferrer" target=3D"_blank">https://www.gigenet=
cloud.com/_______________________________________________</a><br>
&gt; Wonder-disc mailing list<br>
&gt; <a href=3D"mailto:[email protected]">Wonder-disc@lists=
.sourceforge.net</a><br>
&gt; <a href=3D"https://lists.sourceforge.net/lists/listinfo/wonder-disc" r=
el=3D"noreferrer" target=3D"_blank">https://lists.sourceforge.net/lists/lis=
tinfo/wonder-disc</a><br>
<br>
</blockquote></div><br></div>
</blockquote></div><br></body></html>=

--_000_1EC35815C7F542A7A3E0B35BC563C3A7usagilmoreglobalcom_--


--===============7791902502160068401==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
--===============7791902502160068401==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Wonder-disc mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wonder-disc

--===============7791902502160068401==--