Re: unable to obtain open database channel
Larry Mills-Gahl <[email protected]> Tue, 12 May 2015 14:34:35 -0400
| Newsgroups | gmane.comp.web.webobjects.wonder-disc |
|---|---|
| Message-ID | <[email protected]> |
--===============3417523481631547823==
Content-Type: multipart/signed;
boundary="Apple-Mail=_0ABDB38D-D007-4D00-B352-FBF3B60ED9C0";
protocol="application/pkcs7-signature"; micalg=sha1
--Apple-Mail=_0ABDB38D-D007-4D00-B352-FBF3B60ED9C0
Content-Type: multipart/alternative;
boundary="Apple-Mail=_8F85D9DD-EEF8-4806-97F7-B5CE9D40F868"
--Apple-Mail=_8F85D9DD-EEF8-4806-97F7-B5CE9D40F868
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
charset=windows-1252
The plot thickens=85
I have my main machine back and the openChannel issues are not vexing =
that setup so I=92m digging through config differences to find the =
culprit.
Oddly though, the connection succeeds in the framework, but not in the =
app. I stuck an ERXJDBCConnectionAnalyzer.analyzeConnection() call in =
the initialize() method of the framework principal class for the =
framework that holds my EO=92s. I do some default group manipulation in =
initialize(), but but nothing too exotic.=20
This is from the end of VAEO8.initialize():
May 12 14:10:41 N/A[N/A] INFO er.transaction.adaptor.ConnectionAnalyzer =
- : JDBC driver and plugin are loaded, trying to connect...
May 12 14:10:41 N/A[N/A] DEBUG er.transaction.adaptor.ConnectionAnalyzer =
- : adaptor is ...er.extensions.jdbc.ERXJDBCAdaptor@7dad91ce
May 12 14:10:41 N/A[N/A] DEBUG er.transaction.adaptor.ConnectionAnalyzer =
- : Analyzer connection dictionary...
May 12 14:10:41 N/A[N/A] DEBUG er.transaction.adaptor.ConnectionAnalyzer =
- : {plugin =3D "MySQL"; username =3D =93... }
May 12 14:10:41 N/A[N/A] DEBUG er.transaction.adaptor.ConnectionAnalyzer =
- : target adaptor connection dictionary
May 12 14:10:41 N/A[N/A] DEBUG er.transaction.adaptor.ConnectionAnalyzer =
- : {plugin =3D "MySQL"; username =3D =93... }
May 12 14:10:41 N/A[N/A] DEBUG NSLog - : connecting with dictionary: =
{plugin =3D "MySQL"; username =3D =93... }
May 12 14:10:41 N/A[N/A] INFO er.transaction.adaptor.ConnectionAnalyzer =
- : JDBC connection successful!
May 12 14:10:41 N/A[N/A] INFO com.vascalert.VAEO8 - : finished =
VAEO8.initialize()
And this happens when main() (which is called by ERXMainRunner) calls =
for a new editing context (VAEO8.newEditingContext() returns =
ERXEC.newEditingContext(objectstorecoordinator for default group)
May 12 14:10:46 VascAlertAdmin_201505_02[54109] DEBUG =
com.vascalert.VAEO8 - : =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
May 12 14:10:46 VascAlertAdmin_201505_02[54109] DEBUG =
com.vascalert.VAEO8 - : VACommon
May 12 14:10:46 VascAlertAdmin_201505_02[54109] DEBUG =
com.vascalert.VAEO8 - : [plugin]=3D>[MySQL]
May 12 14:10:46 VascAlertAdmin_201505_02[54109] DEBUG =
com.vascalert.VAEO8 - : [username]=3D>[*****]
May 12 14:10:46 VascAlertAdmin_201505_02[54109] DEBUG =
com.vascalert.VAEO8 - : [driver]=3D>[com.mysql.jdbc.Driver]
May 12 14:10:46 VascAlertAdmin_201505_02[54109] DEBUG =
com.vascalert.VAEO8 - : [password]=3D>[******]
May 12 14:10:46 VascAlertAdmin_201505_02[54109] DEBUG =
com.vascalert.VAEO8 - : [URL]=3D>[*******]
May 12 14:10:46 VascAlertAdmin_201505_02[54109] DEBUG =
com.vascalert.VAEO8 - : analyze connection for VACommon...
May 12 14:10:46 VascAlertAdmin_201505_02[54109] INFO =
er.transaction.adaptor.ConnectionAnalyzer - : Checking JDBC connection =
with information {plugin =3D "MySQL"; username =3D =93... }
May 12 14:10:46 VascAlertAdmin_201505_02[54109] INFO =
er.transaction.adaptor.ConnectionAnalyzer - : Trying to create =
JDBCAdaptor...
May 12 14:10:46 VascAlertAdmin_201505_02[54109] INFO =
er.transaction.adaptor.ConnectionAnalyzer - : Successfully created =
adaptor er.extensions.jdbc.ERXJDBCAdaptor
May 12 14:10:46 VascAlertAdmin_201505_02[54109] INFO =
er.transaction.adaptor.ConnectionAnalyzer - : Trying to create =
plugin...
May 12 14:10:46 VascAlertAdmin_201505_02[54109] DEBUG NSLog - : Using =
JDBCPlugIn 'com.webobjects.jdbcadaptor.MySQLPlugIn' for =
ERXJDBCAdaptor@671063928
May 12 14:10:46 VascAlertAdmin_201505_02[54109] INFO =
er.transaction.adaptor.ConnectionAnalyzer - : Created plugin =
com.webobjects.jdbcadaptor.MySQLPlugIn
May 12 14:10:46 VascAlertAdmin_201505_02[54109] INFO =
er.transaction.adaptor.ConnectionAnalyzer - : Trying to load JDBC =
driver com.mysql.jdbc.Driver...
May 12 14:10:46 VascAlertAdmin_201505_02[54109] INFO =
er.transaction.adaptor.ConnectionAnalyzer - : Successfully loaded JDBC =
driver com.mysql.jdbc.Driver
May 12 14:10:46 VascAlertAdmin_201505_02[54109] INFO =
er.transaction.adaptor.ConnectionAnalyzer - : JDBC driver and plugin =
are loaded, trying to connect...
May 12 14:10:46 VascAlertAdmin_201505_02[54109] DEBUG =
er.transaction.adaptor.ConnectionAnalyzer - : adaptor is =
...er.extensions.jdbc.ERXJDBCAdaptor@27ff9f78
May 12 14:10:46 VascAlertAdmin_201505_02[54109] DEBUG =
er.transaction.adaptor.ConnectionAnalyzer - : Analyzer connection =
dictionary...
May 12 14:10:46 VascAlertAdmin_201505_02[54109] DEBUG =
er.transaction.adaptor.ConnectionAnalyzer - : {plugin =3D "MySQL"; =
username =3D =93... }
May 12 14:10:46 VascAlertAdmin_201505_02[54109] DEBUG =
er.transaction.adaptor.ConnectionAnalyzer - : target adaptor connection =
dictionary
May 12 14:10:46 VascAlertAdmin_201505_02[54109] DEBUG =
er.transaction.adaptor.ConnectionAnalyzer - : {plugin =3D "MySQL"; =
username =3D ".... }
May 12 14:10:46 VascAlertAdmin_201505_02[54109] ERROR =
er.transaction.adaptor.ConnectionAnalyzer - : JDBCAdaptorException =
thrown while connecting
May 12 14:10:46 VascAlertAdmin_201505_02[54109] ERROR =
er.transaction.adaptor.ConnectionAnalyzer - : =
com.webobjects.jdbcadaptor.JDBCAdaptorException thrown while connecting. =
message: No connection
May 12 14:10:46 VascAlertAdmin_201505_02[54109] ERROR =
er.transaction.adaptor.ConnectionAnalyzer - : SQL Exception: null
May 12 14:10:46 VascAlertAdmin_201505_02[54109] ERROR =
er.transaction.adaptor.ConnectionAnalyzer - : No connection.
May 12 14:10:46 VascAlertAdmin_201505_02[54109] DEBUG =
com.vascalert.VAEO8 - : connection analyzer: =
er.extensions.jdbc.ERXJDBCConnectionAnalyzer@7f3e93cb
May 12 14:10:46 VascAlertAdmin_201505_02[54109] DEBUG =
com.vascalert.VAEO8 - : Connection dict from analyzer: {plugin =3D =
"MySQL"; username =3D ".... }
May 12 14:10:46 VascAlertAdmin_201505_02[54109] INFO =
er.transaction.adaptor.ConnectionAnalyzer - : Checking JDBC connection =
with information {plugin =3D "MySQL"; username =3D ".... }
May 12 14:10:46 VascAlertAdmin_201505_02[54109] INFO =
er.transaction.adaptor.ConnectionAnalyzer - : Trying to create =
JDBCAdaptor...
May 12 14:10:46 VascAlertAdmin_201505_02[54109] INFO =
er.transaction.adaptor.ConnectionAnalyzer - : Successfully created =
adaptor er.extensions.jdbc.ERXJDBCAdaptor
May 12 14:10:46 VascAlertAdmin_201505_02[54109] INFO =
er.transaction.adaptor.ConnectionAnalyzer - : Trying to create =
plugin...
May 12 14:10:46 VascAlertAdmin_201505_02[54109] DEBUG NSLog - : Using =
JDBCPlugIn 'com.webobjects.jdbcadaptor.MySQLPlugIn' for =
ERXJDBCAdaptor@1700345264
May 12 14:10:46 VascAlertAdmin_201505_02[54109] INFO =
er.transaction.adaptor.ConnectionAnalyzer - : Created plugin =
com.webobjects.jdbcadaptor.MySQLPlugIn
May 12 14:10:46 VascAlertAdmin_201505_02[54109] INFO =
er.transaction.adaptor.ConnectionAnalyzer - : Trying to load JDBC =
driver com.mysql.jdbc.Driver...
May 12 14:10:46 VascAlertAdmin_201505_02[54109] INFO =
er.transaction.adaptor.ConnectionAnalyzer - : Successfully loaded JDBC =
driver com.mysql.jdbc.Driver
May 12 14:10:46 VascAlertAdmin_201505_02[54109] INFO =
er.transaction.adaptor.ConnectionAnalyzer - : JDBC driver and plugin =
are loaded, trying to connect...
May 12 14:10:46 VascAlertAdmin_201505_02[54109] DEBUG =
er.transaction.adaptor.ConnectionAnalyzer - : adaptor is =
...er.extensions.jdbc.ERXJDBCAdaptor@655935b0
May 12 14:10:46 VascAlertAdmin_201505_02[54109] DEBUG =
er.transaction.adaptor.ConnectionAnalyzer - : Analyzer connection =
dictionary...
May 12 14:10:46 VascAlertAdmin_201505_02[54109] DEBUG =
er.transaction.adaptor.ConnectionAnalyzer - : {plugin =3D "MySQL"; =
username =3D ".... }
May 12 14:10:46 VascAlertAdmin_201505_02[54109] DEBUG =
er.transaction.adaptor.ConnectionAnalyzer - : target adaptor connection =
dictionary
May 12 14:10:46 VascAlertAdmin_201505_02[54109] DEBUG =
er.transaction.adaptor.ConnectionAnalyzer - : {plugin =3D "MySQL"; =
username =3D ".... }
May 12 14:10:46 VascAlertAdmin_201505_02[54109] ERROR =
er.transaction.adaptor.ConnectionAnalyzer - : JDBCAdaptorException =
thrown while connecting
May 12 14:10:46 VascAlertAdmin_201505_02[54109] ERROR =
er.transaction.adaptor.ConnectionAnalyzer - : =
com.webobjects.jdbcadaptor.JDBCAdaptorException thrown while connecting. =
message: No connection
May 12 14:10:46 VascAlertAdmin_201505_02[54109] ERROR =
er.transaction.adaptor.ConnectionAnalyzer - : SQL Exception: null
May 12 14:10:46 VascAlertAdmin_201505_02[54109] ERROR =
er.transaction.adaptor.ConnectionAnalyzer - : No connection.
May 12 14:10:46 VascAlertAdmin_201505_02[54109] DEBUG =
com.vascalert.VAEO8 - : analysis for VACommon complete
I=92ve been stepping through in the eclipse debugger looking for changed =
values or contexts but haven=92t been able to find anything yet. Does =
anybody have other suggestions how I can see what has changed between =
the first call to analyzeConnection and the second one? I=92m beginning =
to think that is the issue here.=20
Larry Mills-Gahl
[email protected]
> On May 8, 2015, at 3:24 PM, Chuck Hill <[email protected]> wrote:
>=20
> public String toString() {
> return =9342=94;
> }
>=20
>=20
>=20
> On 2015-05-08, 11:30 AM, "Hugi Thordarson" wrote:
>=20
> No more info in the exception or stack trace? What DB are you using =
and are you sure the JDBC-driver is in the classpath?
>=20
> There=92s a class by Chuck in Wonder called ERXJDBCConnectionAnalyzer. =
I haven=92t used it but it looks like you should be able to just =
construct an instance by passing in the model name, and then wait for it =
to tell you about life, universe and everything.
>=20
> - hugi
>=20
>=20
>=20
>=20
> On 8. ma=ED 2015, at 18:12, Larry Mills-Gahl <[email protected] =
<mailto:[email protected]>> wrote:
> I had a video card die on Monday and I=92m working on a backup =
computer now and am having an problem with some of the launch =
configurations in eclipse.
> On most of my launch configurations, I have trouble with =
EODatabaseContext unable to obtainOpenChannel
> In logging out the connection dictionary, it appears identical between =
the configs that work and the ones that don=92t
> Does anybody have other options to investigate or is this really a =
connection dictionary issue (that I just haven=92t found yet)
> Larry Mills-Gahl
> [email protected] <mailto:[email protected]>
> =
--------------------------------------------------------------------------=
----
> One dashboard for servers and applications across =
Physical-Virtual-Cloud
> Widest out-of-the-box monitoring support with 50+ applications
> Performance metrics, stats and reports that give you Actionable =
Insights
> Deep dive visibility with transaction tracing using APM Insight.
> =
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y___________________=
____________________________ =
<http://ad.doubleclick.net/ddm/clk/290420510;117567292;y__________________=
_____________________________>
> Wonder-disc mailing list
> [email protected] =
<mailto:[email protected]>
> https://lists.sourceforge.net/lists/listinfo/wonder-disc =
<https://lists.sourceforge.net/lists/listinfo/wonder-disc>
>=20
>=20
> =
--------------------------------------------------------------------------=
----
> One dashboard for servers and applications across =
Physical-Virtual-Cloud
> Widest out-of-the-box monitoring support with 50+ applications
> Performance metrics, stats and reports that give you Actionable =
Insights
> Deep dive visibility with transaction tracing using APM Insight.
> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y =
<http://ad.doubleclick.net/ddm/clk/290420510;117567292;y>
> _______________________________________________
> Wonder-disc mailing list
> [email protected] =
<mailto:[email protected]>
> https://lists.sourceforge.net/lists/listinfo/wonder-disc =
<https://lists.sourceforge.net/lists/listinfo/wonder-disc>
>=20
--Apple-Mail=_8F85D9DD-EEF8-4806-97F7-B5CE9D40F868
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html;
charset=windows-1252
<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;" =
class=3D"">The plot thickens=85<div class=3D""><br class=3D""></div><div =
class=3D"">I have my main machine back and the openChannel issues are =
not vexing that setup so I=92m digging through config differences to =
find the culprit.</div><div class=3D""><br class=3D""></div><div =
class=3D"">Oddly though, the connection succeeds in the framework, but =
not in the app. I stuck an =
ERXJDBCConnectionAnalyzer.analyzeConnection() call in the initialize() =
method of the framework principal class for the framework that holds my =
EO=92s. I do some default group manipulation in initialize(), but but =
nothing too exotic. </div><div class=3D""><br class=3D""></div><div =
class=3D"">This is from the end of VAEO8.initialize():</div><div =
class=3D""><br class=3D""></div><div class=3D""><div style=3D"margin: =
0px; font-size: 11px; font-family: Monaco; color: rgb(120, 141, 147);" =
class=3D"">May 12 14:10:41 N/A[N/A] INFO =
er.transaction.adaptor.ConnectionAnalyzer - : JDBC driver and =
plugin are loaded, trying to connect...</div><div style=3D"margin: 0px; =
font-size: 11px; font-family: Monaco; color: rgb(120, 141, 147);" =
class=3D"">May 12 14:10:41 N/A[N/A] DEBUG =
er.transaction.adaptor.ConnectionAnalyzer - : adaptor is =
...er.extensions.jdbc.ERXJDBCAdaptor@7dad91ce</div><div style=3D"margin: =
0px; font-size: 11px; font-family: Monaco; color: rgb(120, 141, 147);" =
class=3D"">May 12 14:10:41 N/A[N/A] DEBUG =
er.transaction.adaptor.ConnectionAnalyzer - : Analyzer connection =
dictionary...</div><div style=3D"margin: 0px; font-size: 11px; =
font-family: Monaco; color: rgb(120, 141, 147);" class=3D"">May 12 =
14:10:41 N/A[N/A] DEBUG er.transaction.adaptor.ConnectionAnalyzer =
- : {plugin =3D "MySQL"; username =3D =93... }</div><div style=3D"margin: =
0px; font-size: 11px; font-family: Monaco; color: rgb(120, 141, 147);" =
class=3D"">May 12 14:10:41 N/A[N/A] DEBUG =
er.transaction.adaptor.ConnectionAnalyzer - : target adaptor =
connection dictionary</div><div style=3D"margin: 0px; font-size: 11px; =
font-family: Monaco; color: rgb(120, 141, 147);" class=3D"">May 12 =
14:10:41 N/A[N/A] DEBUG er.transaction.adaptor.ConnectionAnalyzer =
- : {plugin =3D "MySQL"; username =3D =93... }</div><div style=3D"margin: =
0px; font-size: 11px; font-family: Monaco; color: rgb(120, 141, 147);" =
class=3D"">May 12 14:10:41 N/A[N/A] DEBUG NSLog - : =
connecting with dictionary: {plugin =3D "MySQL"; username =3D =93... =
}</div><div style=3D"margin: 0px; font-size: 11px; font-family: Monaco; =
color: rgb(120, 141, 147);" class=3D"">May 12 14:10:41 N/A[N/A] =
INFO er.transaction.adaptor.ConnectionAnalyzer - : JDBC =
connection successful!</div><div style=3D"margin: 0px; font-size: 11px; =
font-family: Monaco; color: rgb(120, 141, 147);" class=3D"">May 12 =
14:10:41 N/A[N/A] INFO com.vascalert.VAEO8 - : finished =
VAEO8.initialize()</div></div><div class=3D""><br class=3D""></div><div =
class=3D""><br class=3D""></div><div class=3D""><div class=3D"">And this =
happens when main() (which is called by ERXMainRunner) calls for a new =
editing context (VAEO8.newEditingContext() returns =
ERXEC.newEditingContext(objectstorecoordinator for default =
group)</div><div class=3D""><div style=3D"margin: 0px; font-size: 11px; =
font-family: Monaco; min-height: 15px;" class=3D""><br =
class=3D""></div><div style=3D"margin: 0px; font-size: 11px; =
font-family: Monaco; color: rgb(120, 141, 147);" class=3D"">May 12 =
14:10:46 VascAlertAdmin_201505_02[54109] DEBUG com.vascalert.VAEO8 =
- : =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D</div><div style=3D"margin: 0px; =
font-size: 11px; font-family: Monaco; color: rgb(120, 141, 147);" =
class=3D"">May 12 14:10:46 VascAlertAdmin_201505_02[54109] DEBUG =
com.vascalert.VAEO8 - : VACommon</div><div style=3D"margin: 0px; =
font-size: 11px; font-family: Monaco; color: rgb(120, 141, 147);" =
class=3D"">May 12 14:10:46 VascAlertAdmin_201505_02[54109] DEBUG =
com.vascalert.VAEO8 - : [plugin]=3D>[MySQL]</div><div =
style=3D"margin: 0px; font-size: 11px; font-family: Monaco; color: =
rgb(120, 141, 147);" class=3D"">May 12 14:10:46 =
VascAlertAdmin_201505_02[54109] DEBUG com.vascalert.VAEO8 - : =
[username]=3D>[*****]</div><div style=3D"margin: 0px; font-size: =
11px; font-family: Monaco; color: rgb(120, 141, 147);" class=3D"">May 12 =
14:10:46 VascAlertAdmin_201505_02[54109] DEBUG com.vascalert.VAEO8 =
- : [driver]=3D>[com.mysql.jdbc.Driver]</div><div style=3D"margin: =
0px; font-size: 11px; font-family: Monaco; color: rgb(120, 141, 147);" =
class=3D"">May 12 14:10:46 VascAlertAdmin_201505_02[54109] DEBUG =
com.vascalert.VAEO8 - : [password]=3D>[******]</div><div =
style=3D"margin: 0px; font-size: 11px; font-family: Monaco; color: =
rgb(120, 141, 147);" class=3D"">May 12 14:10:46 =
VascAlertAdmin_201505_02[54109] DEBUG com.vascalert.VAEO8 - : =
[URL]=3D>[*******]</div><div style=3D"margin: 0px; font-size: 11px; =
font-family: Monaco; color: rgb(120, 141, 147);" class=3D"">May 12 =
14:10:46 VascAlertAdmin_201505_02[54109] DEBUG com.vascalert.VAEO8 =
- : analyze connection for VACommon...</div><div style=3D"margin: 0px; =
font-size: 11px; font-family: Monaco; color: rgb(120, 141, 147);" =
class=3D"">May 12 14:10:46 VascAlertAdmin_201505_02[54109] INFO =
er.transaction.adaptor.ConnectionAnalyzer - : Checking JDBC =
connection with information {plugin =3D "MySQL"; username =3D =93... =
}</div><div style=3D"margin: 0px; font-size: 11px; font-family: Monaco; =
color: rgb(120, 141, 147);" class=3D"">May 12 14:10:46 =
VascAlertAdmin_201505_02[54109] INFO =
er.transaction.adaptor.ConnectionAnalyzer - : Trying to create =
JDBCAdaptor...</div><div style=3D"margin: 0px; font-size: 11px; =
font-family: Monaco; color: rgb(120, 141, 147);" class=3D"">May 12 =
14:10:46 VascAlertAdmin_201505_02[54109] INFO =
er.transaction.adaptor.ConnectionAnalyzer - : Successfully created =
adaptor er.extensions.jdbc.ERXJDBCAdaptor</div><div style=3D"margin: =
0px; font-size: 11px; font-family: Monaco; color: rgb(120, 141, 147);" =
class=3D"">May 12 14:10:46 VascAlertAdmin_201505_02[54109] INFO =
er.transaction.adaptor.ConnectionAnalyzer - : Trying to create =
plugin...</div><div style=3D"margin: 0px; font-size: 11px; font-family: =
Monaco; color: rgb(120, 141, 147);" class=3D"">May 12 14:10:46 =
VascAlertAdmin_201505_02[54109] DEBUG NSLog - : Using JDBCPlugIn =
'com.webobjects.jdbcadaptor.MySQLPlugIn' for =
ERXJDBCAdaptor@671063928</div><div style=3D"margin: 0px; font-size: =
11px; font-family: Monaco; color: rgb(120, 141, 147);" class=3D"">May 12 =
14:10:46 VascAlertAdmin_201505_02[54109] INFO =
er.transaction.adaptor.ConnectionAnalyzer - : Created plugin =
com.webobjects.jdbcadaptor.MySQLPlugIn</div><div style=3D"margin: 0px; =
font-size: 11px; font-family: Monaco; color: rgb(120, 141, 147);" =
class=3D"">May 12 14:10:46 VascAlertAdmin_201505_02[54109] INFO =
er.transaction.adaptor.ConnectionAnalyzer - : Trying to load JDBC =
driver com.mysql.jdbc.Driver...</div><div style=3D"margin: 0px; =
font-size: 11px; font-family: Monaco; color: rgb(120, 141, 147);" =
class=3D"">May 12 14:10:46 VascAlertAdmin_201505_02[54109] INFO =
er.transaction.adaptor.ConnectionAnalyzer - : Successfully loaded =
JDBC driver com.mysql.jdbc.Driver</div><div style=3D"margin: 0px; =
font-size: 11px; font-family: Monaco; color: rgb(120, 141, 147);" =
class=3D"">May 12 14:10:46 VascAlertAdmin_201505_02[54109] INFO =
er.transaction.adaptor.ConnectionAnalyzer - : JDBC driver and =
plugin are loaded, trying to connect...</div><div style=3D"margin: 0px; =
font-size: 11px; font-family: Monaco; color: rgb(120, 141, 147);" =
class=3D"">May 12 14:10:46 VascAlertAdmin_201505_02[54109] DEBUG =
er.transaction.adaptor.ConnectionAnalyzer - : adaptor is =
...er.extensions.jdbc.ERXJDBCAdaptor@27ff9f78</div><div style=3D"margin: =
0px; font-size: 11px; font-family: Monaco; color: rgb(120, 141, 147);" =
class=3D"">May 12 14:10:46 VascAlertAdmin_201505_02[54109] DEBUG =
er.transaction.adaptor.ConnectionAnalyzer - : Analyzer connection =
dictionary...</div><div style=3D"margin: 0px; font-size: 11px; =
font-family: Monaco; color: rgb(120, 141, 147);" class=3D"">May 12 =
14:10:46 VascAlertAdmin_201505_02[54109] DEBUG =
er.transaction.adaptor.ConnectionAnalyzer - : {plugin =3D "MySQL"; =
username =3D =93... }</div><div style=3D"margin: 0px; font-size: 11px; =
font-family: Monaco; color: rgb(120, 141, 147);" class=3D"">May 12 =
14:10:46 VascAlertAdmin_201505_02[54109] DEBUG =
er.transaction.adaptor.ConnectionAnalyzer - : target adaptor =
connection dictionary</div><div style=3D"margin: 0px; font-size: 11px; =
font-family: Monaco; color: rgb(120, 141, 147);" class=3D"">May 12 =
14:10:46 VascAlertAdmin_201505_02[54109] DEBUG =
er.transaction.adaptor.ConnectionAnalyzer - : {plugin =3D "MySQL"; =
username =3D ".... }</div><div style=3D"margin: 0px; font-size: 11px; =
font-family: Monaco; color: rgb(120, 141, 147);" class=3D"">May 12 =
14:10:46 VascAlertAdmin_201505_02[54109] ERROR =
er.transaction.adaptor.ConnectionAnalyzer - : <span =
style=3D"text-decoration: underline ; color: #0433ff" =
class=3D"">JDBCAdaptorException</span> thrown while connecting</div><div =
style=3D"margin: 0px; font-size: 11px; font-family: Monaco; color: =
rgb(120, 141, 147);" class=3D"">May 12 14:10:46 =
VascAlertAdmin_201505_02[54109] ERROR =
er.transaction.adaptor.ConnectionAnalyzer - : <span =
style=3D"text-decoration: underline ; color: #0433ff" =
class=3D"">com.webobjects.jdbcadaptor.JDBCAdaptorException</span> thrown =
while connecting. message: No connection</div><div style=3D"margin: 0px; =
font-size: 11px; font-family: Monaco; color: rgb(120, 141, 147);" =
class=3D"">May 12 14:10:46 VascAlertAdmin_201505_02[54109] ERROR =
er.transaction.adaptor.ConnectionAnalyzer - : SQL Exception: =
null</div><div style=3D"margin: 0px; font-size: 11px; font-family: =
Monaco; color: rgb(120, 141, 147);" class=3D"">May 12 14:10:46 =
VascAlertAdmin_201505_02[54109] ERROR =
er.transaction.adaptor.ConnectionAnalyzer - : No =
connection.</div><div style=3D"margin: 0px; font-size: 11px; =
font-family: Monaco; color: rgb(120, 141, 147);" class=3D"">May 12 =
14:10:46 VascAlertAdmin_201505_02[54109] DEBUG com.vascalert.VAEO8 =
- : connection analyzer: =
er.extensions.jdbc.ERXJDBCConnectionAnalyzer@7f3e93cb</div><div =
style=3D"margin: 0px; font-size: 11px; font-family: Monaco; color: =
rgb(120, 141, 147);" class=3D"">May 12 14:10:46 =
VascAlertAdmin_201505_02[54109] DEBUG com.vascalert.VAEO8 - : =
Connection dict from analyzer: {plugin =3D "MySQL"; username =3D ".... =
}</div><div style=3D"margin: 0px; font-size: 11px; font-family: Monaco; =
color: rgb(120, 141, 147);" class=3D"">May 12 14:10:46 =
VascAlertAdmin_201505_02[54109] INFO =
er.transaction.adaptor.ConnectionAnalyzer - : Checking JDBC =
connection with information {plugin =3D "MySQL"; username =3D ".... =
}</div><div style=3D"margin: 0px; font-size: 11px; font-family: Monaco; =
color: rgb(120, 141, 147);" class=3D"">May 12 14:10:46 =
VascAlertAdmin_201505_02[54109] INFO =
er.transaction.adaptor.ConnectionAnalyzer - : Trying to create =
JDBCAdaptor...</div><div style=3D"margin: 0px; font-size: 11px; =
font-family: Monaco; color: rgb(120, 141, 147);" class=3D"">May 12 =
14:10:46 VascAlertAdmin_201505_02[54109] INFO =
er.transaction.adaptor.ConnectionAnalyzer - : Successfully created =
adaptor er.extensions.jdbc.ERXJDBCAdaptor</div><div style=3D"margin: =
0px; font-size: 11px; font-family: Monaco; color: rgb(120, 141, 147);" =
class=3D"">May 12 14:10:46 VascAlertAdmin_201505_02[54109] INFO =
er.transaction.adaptor.ConnectionAnalyzer - : Trying to create =
plugin...</div><div style=3D"margin: 0px; font-size: 11px; font-family: =
Monaco; color: rgb(120, 141, 147);" class=3D"">May 12 14:10:46 =
VascAlertAdmin_201505_02[54109] DEBUG NSLog - : Using JDBCPlugIn =
'com.webobjects.jdbcadaptor.MySQLPlugIn' for =
ERXJDBCAdaptor@1700345264</div><div style=3D"margin: 0px; font-size: =
11px; font-family: Monaco; color: rgb(120, 141, 147);" class=3D"">May 12 =
14:10:46 VascAlertAdmin_201505_02[54109] INFO =
er.transaction.adaptor.ConnectionAnalyzer - : Created plugin =
com.webobjects.jdbcadaptor.MySQLPlugIn</div><div style=3D"margin: 0px; =
font-size: 11px; font-family: Monaco; color: rgb(120, 141, 147);" =
class=3D"">May 12 14:10:46 VascAlertAdmin_201505_02[54109] INFO =
er.transaction.adaptor.ConnectionAnalyzer - : Trying to load JDBC =
driver com.mysql.jdbc.Driver...</div><div style=3D"margin: 0px; =
font-size: 11px; font-family: Monaco; color: rgb(120, 141, 147);" =
class=3D"">May 12 14:10:46 VascAlertAdmin_201505_02[54109] INFO =
er.transaction.adaptor.ConnectionAnalyzer - : Successfully loaded =
JDBC driver com.mysql.jdbc.Driver</div><div style=3D"margin: 0px; =
font-size: 11px; font-family: Monaco; color: rgb(120, 141, 147);" =
class=3D"">May 12 14:10:46 VascAlertAdmin_201505_02[54109] INFO =
er.transaction.adaptor.ConnectionAnalyzer - : JDBC driver and =
plugin are loaded, trying to connect...</div><div style=3D"margin: 0px; =
font-size: 11px; font-family: Monaco; color: rgb(120, 141, 147);" =
class=3D"">May 12 14:10:46 VascAlertAdmin_201505_02[54109] DEBUG =
er.transaction.adaptor.ConnectionAnalyzer - : adaptor is =
...er.extensions.jdbc.ERXJDBCAdaptor@655935b0</div><div style=3D"margin: =
0px; font-size: 11px; font-family: Monaco; color: rgb(120, 141, 147);" =
class=3D"">May 12 14:10:46 VascAlertAdmin_201505_02[54109] DEBUG =
er.transaction.adaptor.ConnectionAnalyzer - : Analyzer connection =
dictionary...</div><div style=3D"margin: 0px; font-size: 11px; =
font-family: Monaco; color: rgb(120, 141, 147);" class=3D"">May 12 =
14:10:46 VascAlertAdmin_201505_02[54109] DEBUG =
er.transaction.adaptor.ConnectionAnalyzer - : {plugin =3D "MySQL"; =
username =3D ".... }</div><div style=3D"margin: 0px; font-size: 11px; =
font-family: Monaco; color: rgb(120, 141, 147);" class=3D"">May 12 =
14:10:46 VascAlertAdmin_201505_02[54109] DEBUG =
er.transaction.adaptor.ConnectionAnalyzer - : target adaptor =
connection dictionary</div><div style=3D"margin: 0px; font-size: 11px; =
font-family: Monaco; color: rgb(120, 141, 147);" class=3D"">May 12 =
14:10:46 VascAlertAdmin_201505_02[54109] DEBUG =
er.transaction.adaptor.ConnectionAnalyzer - : {plugin =3D "MySQL"; =
username =3D ".... }</div><div style=3D"margin: 0px; font-size: 11px; =
font-family: Monaco; color: rgb(120, 141, 147);" class=3D"">May 12 =
14:10:46 VascAlertAdmin_201505_02[54109] ERROR =
er.transaction.adaptor.ConnectionAnalyzer - : <span =
style=3D"text-decoration: underline ; color: #0433ff" =
class=3D"">JDBCAdaptorException</span> thrown while connecting</div><div =
style=3D"margin: 0px; font-size: 11px; font-family: Monaco; color: =
rgb(120, 141, 147);" class=3D"">May 12 14:10:46 =
VascAlertAdmin_201505_02[54109] ERROR =
er.transaction.adaptor.ConnectionAnalyzer - : <span =
style=3D"text-decoration: underline ; color: #0433ff" =
class=3D"">com.webobjects.jdbcadaptor.JDBCAdaptorException</span> thrown =
while connecting. message: No connection</div><div style=3D"margin: 0px; =
font-size: 11px; font-family: Monaco; color: rgb(120, 141, 147);" =
class=3D"">May 12 14:10:46 VascAlertAdmin_201505_02[54109] ERROR =
er.transaction.adaptor.ConnectionAnalyzer - : SQL Exception: =
null</div><div style=3D"margin: 0px; font-size: 11px; font-family: =
Monaco; color: rgb(120, 141, 147);" class=3D"">May 12 14:10:46 =
VascAlertAdmin_201505_02[54109] ERROR =
er.transaction.adaptor.ConnectionAnalyzer - : No =
connection.</div><div style=3D"margin: 0px; font-size: 11px; =
font-family: Monaco; color: rgb(120, 141, 147);" class=3D"">May 12 =
14:10:46 VascAlertAdmin_201505_02[54109] DEBUG com.vascalert.VAEO8 =
- : analysis for VACommon complete</div></div><div class=3D""><br =
class=3D""></div><div class=3D""><br class=3D""></div><div class=3D"">I=92=
ve been stepping through in the eclipse debugger looking for changed =
values or contexts but haven=92t been able to find anything yet. Does =
anybody have other suggestions how I can see what has changed between =
the first call to analyzeConnection and the second one? I=92m beginning =
to think that is the issue here. </div><div class=3D""><br =
class=3D""></div><div class=3D""><br class=3D""></div><div class=3D""><br =
class=3D""></div><div class=3D""><br class=3D""><div =
apple-content-edited=3D"true" class=3D"">
<div style=3D"color: rgb(0, 0, 0); font-family: Helvetica; font-style: =
normal; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: 2; text-align: -webkit-auto; =
text-indent: 0px; text-transform: none; white-space: normal; widows: 2; =
word-spacing: 0px; -webkit-text-size-adjust: auto; =
-webkit-text-stroke-width: 0px; word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space; " =
class=3D""><div style=3D"color: rgb(0, 0, 0); font-family: Helvetica; =
font-style: normal; font-variant: normal; font-weight: normal; =
letter-spacing: normal; line-height: normal; orphans: 2; text-align: =
-webkit-auto; text-indent: 0px; text-transform: none; white-space: =
normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; =
-webkit-text-stroke-width: 0px; word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space; " =
class=3D""><div class=3D"">Larry Mills-Gahl</div><div class=3D""><a =
href=3D"mailto:[email protected]" =
class=3D"">[email protected]</a></div><div class=3D""><br =
class=3D""></div><div class=3D""><br class=3D""></div></div><br =
class=3D"Apple-interchange-newline"></div><br =
class=3D"Apple-interchange-newline"><br =
class=3D"Apple-interchange-newline">
</div>
<br class=3D""><div><blockquote type=3D"cite" class=3D""><div =
class=3D"">On May 8, 2015, at 3:24 PM, Chuck Hill <<a =
href=3D"mailto:[email protected]" class=3D"">[email protected]</a>>=
wrote:</div><br class=3D"Apple-interchange-newline"><div class=3D"">
<meta http-equiv=3D"Content-Type" content=3D"text/html; =
charset=3Diso-8859-1" class=3D"">
<div style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; =
-webkit-line-break: after-white-space; font-size: 12px; font-family: =
Helvetica, sans-serif;" class=3D"">
<div class=3D"">public String toString() {</div>
<div class=3D""><span class=3D"Apple-tab-span" =
style=3D"white-space:pre"></span>return =9342=94;</div>
<div class=3D"">}</div>
<div class=3D""><br class=3D"">
</div>
<div class=3D""><br class=3D"">
</div>
<div class=3D""><br class=3D"">
</div>
<span id=3D"OLK_SRC_BODY_SECTION" class=3D"">
<div class=3D"">
<div class=3D"">On 2015-05-08, 11:30 AM, "Hugi Thordarson" wrote:</div>
</div>
<div class=3D""><br class=3D"">
</div>
<blockquote id=3D"MAC_OUTLOOK_ATTRIBUTION_BLOCKQUOTE" =
style=3D"BORDER-LEFT: #b5c4df 5 solid; PADDING:0 0 0 5; MARGIN:0 0 0 5;" =
class=3D"">
<div class=3D"">
<div class=3D"">
<div class=3D"">No more info in the exception or stack trace? What DB =
are you using and are you sure the JDBC-driver is in the =
classpath?</div>
<div class=3D""><br class=3D"">
</div>
<div class=3D"">There=92s a class by Chuck in Wonder called =
ERXJDBCConnectionAnalyzer. I haven=92t used it but it looks like you =
should be able to just construct an instance by passing in the model =
name, and then wait for it to tell you about life, universe and =
everything.</div>
<div class=3D""><br class=3D"">
</div>
<div class=3D"">- hugi</div>
<div class=3D""><br class=3D"">
</div>
<div class=3D""><br class=3D"">
</div>
<div class=3D""><br class=3D"">
</div>
<div class=3D""><br class=3D"">
</div>
<blockquote id=3D"MAC_OUTLOOK_ATTRIBUTION_BLOCKQUOTE" =
style=3D"BORDER-LEFT: #b5c4df 5 solid; PADDING:0 0 0 5; MARGIN:0 0 0 5;" =
class=3D"">
<div class=3D"">On 8. ma=ED 2015, at 18:12, Larry Mills-Gahl <<a =
href=3D"mailto:[email protected]" class=3D"">[email protected]</a>> =
wrote:</div>
<div class=3D""></div>
<div class=3D"">I had a video card die on Monday and I=92m working on a =
backup computer now and am having an problem with some of the launch =
configurations in eclipse.</div>
<div class=3D""></div>
<div class=3D"">On most of my launch configurations, I have trouble with =
EODatabaseContext unable to obtainOpenChannel</div>
<div class=3D""></div>
<div class=3D"">In logging out the connection dictionary, it appears =
identical between the configs that work and the ones that don=92t
</div>
<div class=3D""></div>
<div class=3D"">Does anybody have other options to investigate or is =
this really a connection dictionary issue (that I just haven=92t found =
yet)</div>
<div class=3D""></div>
<div class=3D""></div>
<div class=3D""></div>
<div class=3D"">Larry Mills-Gahl</div>
<div class=3D""><a href=3D"mailto:[email protected]" =
class=3D"">[email protected]</a></div>
<div class=3D""></div>
<div class=3D""></div>
<div class=3D""></div>
<div class=3D""></div>
<div class=3D""></div>
<div class=3D""></div>
<div =
class=3D"">---------------------------------------------------------------=
---------------</div>
<div class=3D"">One dashboard for servers and applications across =
Physical-Virtual-Cloud </div>
<div class=3D"">Widest out-of-the-box monitoring support with 50+ =
applications</div>
<div class=3D"">Performance metrics, stats and reports that give you =
Actionable Insights</div>
<div class=3D"">Deep dive visibility with transaction tracing using APM =
Insight.</div>
<div class=3D""><a =
href=3D"http://ad.doubleclick.net/ddm/clk/290420510;117567292;y___________=
____________________________________" =
class=3D"">http://ad.doubleclick.net/ddm/clk/290420510;117567292;y________=
_______________________________________</a></div>
<div class=3D"">Wonder-disc mailing list</div>
<div class=3D""><a href=3D"mailto:[email protected]" =
class=3D"">[email protected]</a></div>
<div class=3D""><a =
href=3D"https://lists.sourceforge.net/lists/listinfo/wonder-disc" =
class=3D"">https://lists.sourceforge.net/lists/listinfo/wonder-disc</a></d=
iv>
</blockquote>
<div class=3D""><br class=3D"">
</div>
<div class=3D""><br class=3D"">
</div>
<div =
class=3D"">---------------------------------------------------------------=
---------------</div>
<div class=3D"">One dashboard for servers and applications across =
Physical-Virtual-Cloud </div>
<div class=3D"">Widest out-of-the-box monitoring support with 50+ =
applications</div>
<div class=3D"">Performance metrics, stats and reports that give you =
Actionable Insights</div>
<div class=3D"">Deep dive visibility with transaction tracing using APM =
Insight.</div>
<div class=3D""><a =
href=3D"http://ad.doubleclick.net/ddm/clk/290420510;117567292;y" =
class=3D"">http://ad.doubleclick.net/ddm/clk/290420510;117567292;y</a></di=
v>
<div class=3D"">_______________________________________________</div>
<div class=3D"">Wonder-disc mailing list</div>
<div class=3D""><a href=3D"mailto:[email protected]" =
class=3D"">[email protected]</a></div>
<div class=3D""><a =
href=3D"https://lists.sourceforge.net/lists/listinfo/wonder-disc" =
class=3D"">https://lists.sourceforge.net/lists/listinfo/wonder-disc</a></d=
iv>
<div class=3D""><br class=3D"">
</div>
</div>
</div>
</blockquote>
</span>
</div>
</div></blockquote></div><br class=3D""></div></div></body></html>=
--Apple-Mail=_8F85D9DD-EEF8-4806-97F7-B5CE9D40F868--
--Apple-Mail=_0ABDB38D-D007-4D00-B352-FBF3B60ED9C0
Content-Disposition: attachment;
filename=smime.p7s
Content-Type: application/pkcs7-signature;
name=smime.p7s
Content-Transfer-Encoding: base64
MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIMeDCCBjQw
ggQcoAMCAQICAR4wDQYJKoZIhvcNAQEFBQAwfTELMAkGA1UEBhMCSUwxFjAUBgNVBAoTDVN0YXJ0
Q29tIEx0ZC4xKzApBgNVBAsTIlNlY3VyZSBEaWdpdGFsIENlcnRpZmljYXRlIFNpZ25pbmcxKTAn
BgNVBAMTIFN0YXJ0Q29tIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTA3MTAyNDIxMDE1NVoX
DTE3MTAyNDIxMDE1NVowgYwxCzAJBgNVBAYTAklMMRYwFAYDVQQKEw1TdGFydENvbSBMdGQuMSsw
KQYDVQQLEyJTZWN1cmUgRGlnaXRhbCBDZXJ0aWZpY2F0ZSBTaWduaW5nMTgwNgYDVQQDEy9TdGFy
dENvbSBDbGFzcyAxIFByaW1hcnkgSW50ZXJtZWRpYXRlIENsaWVudCBDQTCCASIwDQYJKoZIhvcN
AQEBBQADggEPADCCAQoCggEBAMcJg8zOLdgasSmkLhOrlr6KMoOMpohBllVHrdRvEg/q6r8jR+EK
75xCGhR8ToREoqe7zM9/UnC6TS2y9UKTpT1v7RSMzR0t6ndl0TWBuUr/UXBhPk+Kmy7bI4yW4urC
+y7P3/1/X7U8ocb8VpH/Clt+4iq7nirMcNh6qJR+xjOhV+VHzQMALuGYn5KZmc1NbJQYclsGkDxD
z2UbFqE2+6vIZoL+jb9x4Pa5gNf1TwSDkOkikZB1xtB4ZqtXThaABSONdfmv/Z1pua3FYxnCFmdr
/+N2JLKutIxMYqQOJebr/f/h5t95m4JgrM3Y/w7YX9d7YAL9jvN4SydHsU6n65cCAwEAAaOCAa0w
ggGpMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBRTcu2SnODaywFc
fH6WNU7y1LhRgjAfBgNVHSMEGDAWgBROC+8apEBbpRdphzDKNGhD0EGu8jBmBggrBgEFBQcBAQRa
MFgwJwYIKwYBBQUHMAGGG2h0dHA6Ly9vY3NwLnN0YXJ0c3NsLmNvbS9jYTAtBggrBgEFBQcwAoYh
aHR0cDovL3d3dy5zdGFydHNzbC5jb20vc2ZzY2EuY3J0MFsGA1UdHwRUMFIwJ6AloCOGIWh0dHA6
Ly93d3cuc3RhcnRzc2wuY29tL3Nmc2NhLmNybDAnoCWgI4YhaHR0cDovL2NybC5zdGFydHNzbC5j
b20vc2ZzY2EuY3JsMIGABgNVHSAEeTB3MHUGCysGAQQBgbU3AQIBMGYwLgYIKwYBBQUHAgEWImh0
dHA6Ly93d3cuc3RhcnRzc2wuY29tL3BvbGljeS5wZGYwNAYIKwYBBQUHAgEWKGh0dHA6Ly93d3cu
c3RhcnRzc2wuY29tL2ludGVybWVkaWF0ZS5wZGYwDQYJKoZIhvcNAQEFBQADggIBAAqDCH14qywG
XLhjjF6uHLkjd02hcdh9hrw+VUsv+q1eeQWB21jWj3kJ96AUlPCoEGZ/ynJNScWy6QMVQjbbMXlt
UfO4n4bGGdKo3awPWp61tjAFgraLJgDk+DsSvUD6EowjMTNx25GQgyYJ5RPIzKKR9tQW8gGK+2+R
HxkUCTbYFnL6kl8Ch507rUdPPipJ9CgJFws3kDS3gOS5WFMxcjO5DwKfKSETEPrHh7p5shuuNktv
sv6hxHTLhiMKX893gxdT3XLS9OKmCv87vkINQcNEcIIoFWbP9HORz9v3vQwR4e3ksLc2JZOAFK+s
sS5XMEoznzpihEP0PLc4dCBYjbvSD7kxgDwZ+Aj8Q9PkbvE9sIPP7ON0fz095HdThKjiVJe6vofq
+n6b1NBc8XdrQvBmunwxD5nvtTW4vtN6VY7mUCmxsCieuoBJ9OlqmsVWQvifIYf40dJPZkk9YgGT
zWLpXDSfLSplbY2LL9C9U0ptvjcDjefLTvqSFc7tw1sEhF0n/qpA2r0GpvkLRDmcSwVyPvmjFBGq
Up/pNy8ZuPGQmHwFi2/14+xeSUDG2bwnsYJQG2EdJCB6luQ57GEnTA/yKZSTKI8dDQa8Sd3zfXb1
9mOgSF0bBdXbuKhEpuP9wirslFe6fQ1t5j5R0xi72MZ8ikMu1RQZKCyDbMwazlHiMIIGPDCCBSSg
AwIBAgIDCjQNMA0GCSqGSIb3DQEBBQUAMIGMMQswCQYDVQQGEwJJTDEWMBQGA1UEChMNU3RhcnRD
b20gTHRkLjErMCkGA1UECxMiU2VjdXJlIERpZ2l0YWwgQ2VydGlmaWNhdGUgU2lnbmluZzE4MDYG
A1UEAxMvU3RhcnRDb20gQ2xhc3MgMSBQcmltYXJ5IEludGVybWVkaWF0ZSBDbGllbnQgQ0EwHhcN
MTQwNjEwMTYxNDMyWhcNMTUwNjExMDgyMDE4WjBZMRkwFwYDVQQNExA3WXg1ZHhsOXpPRTdxSUpT
MRowGAYDVQQDDBFlbGVtZ2VlQGdtYWlsLmNvbTEgMB4GCSqGSIb3DQEJARYRZWxlbWdlZUBnbWFp
bC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDYFWOIqKIutigL8abjkX3b6dmV
jHQRjv8d0AmIa3Kism+eIKTL2vyPufMaYJ/o+2YwfNJGO3klZbGwApzxZqd8gu/GJbMwp225Vaof
MzzuQVZZmgK0EC4mX9MzpdIlGjX/G5WME9x7Yo+4YqGNBcF8HHO29AwbkioaTcxyI1dJnBmehV6v
Rvx7/Gs1ag5d7vLnNMLvVhL/LxL0pIJzORg+ds2bFbhYwDNZvPE8hsyVJ4PXQ8x9K4NBvGjwM0pS
B7lsvuyL8yIlYZuoUSDisXPEhEOOOIaQB68dzJQmEaafMJAhV6DVbWKwerUfym+Fbi0Ykh3g9i2/
3zZnSKx1EKhnAgMBAAGjggLXMIIC0zAJBgNVHRMEAjAAMAsGA1UdDwQEAwIEsDAdBgNVHSUEFjAU
BggrBgEFBQcDAgYIKwYBBQUHAwQwHQYDVR0OBBYEFFjOX71yIldskshFbPnjylyASZfaMB8GA1Ud
IwQYMBaAFFNy7ZKc4NrLAVx8fpY1TvLUuFGCMBwGA1UdEQQVMBOBEWVsZW1nZWVAZ21haWwuY29t
MIIBTAYDVR0gBIIBQzCCAT8wggE7BgsrBgEEAYG1NwECAzCCASowLgYIKwYBBQUHAgEWImh0dHA6
Ly93d3cuc3RhcnRzc2wuY29tL3BvbGljeS5wZGYwgfcGCCsGAQUFBwICMIHqMCcWIFN0YXJ0Q29t
IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MAMCAQEagb5UaGlzIGNlcnRpZmljYXRlIHdhcyBpc3N1
ZWQgYWNjb3JkaW5nIHRvIHRoZSBDbGFzcyAxIFZhbGlkYXRpb24gcmVxdWlyZW1lbnRzIG9mIHRo
ZSBTdGFydENvbSBDQSBwb2xpY3ksIHJlbGlhbmNlIG9ubHkgZm9yIHRoZSBpbnRlbmRlZCBwdXJw
b3NlIGluIGNvbXBsaWFuY2Ugb2YgdGhlIHJlbHlpbmcgcGFydHkgb2JsaWdhdGlvbnMuMDYGA1Ud
HwQvMC0wK6ApoCeGJWh0dHA6Ly9jcmwuc3RhcnRzc2wuY29tL2NydHUxLWNybC5jcmwwgY4GCCsG
AQUFBwEBBIGBMH8wOQYIKwYBBQUHMAGGLWh0dHA6Ly9vY3NwLnN0YXJ0c3NsLmNvbS9zdWIvY2xh
c3MxL2NsaWVudC9jYTBCBggrBgEFBQcwAoY2aHR0cDovL2FpYS5zdGFydHNzbC5jb20vY2VydHMv
c3ViLmNsYXNzMS5jbGllbnQuY2EuY3J0MCMGA1UdEgQcMBqGGGh0dHA6Ly93d3cuc3RhcnRzc2wu
Y29tLzANBgkqhkiG9w0BAQUFAAOCAQEACVPMUo9xyDauXuxF4SMl22g/Tz5+FQ7f6vfaRi+DV6zK
LT6R+Vn2gK87JSYA4FklLwSjBNzno7wbvreDo9bec0CpC0BYjc5Qqk6j3eSRMPvx6cjsm4cgcty7
IwptG0UiKFOy8a4cFupZzblUuJ0ofq2axTrcUIy+lDHNPZsidbJEJzrcSWjkAl1jI/GmrInd2sY1
cBQbF9FJ/UD+9O27Pe/3QLLny9T4a342ly7LMK/d2h/krsB9MgO/jY+Mv3cmJ5VYrrm5SgrfGI0i
qRe25gY1H4hJ4q5GK9cAg1zeaI1y26IW8zCadDIu2PrHcY75pkTI0C2jZ1d6wHqbgPAdGTGCA28w
ggNrAgEBMIGUMIGMMQswCQYDVQQGEwJJTDEWMBQGA1UEChMNU3RhcnRDb20gTHRkLjErMCkGA1UE
CxMiU2VjdXJlIERpZ2l0YWwgQ2VydGlmaWNhdGUgU2lnbmluZzE4MDYGA1UEAxMvU3RhcnRDb20g
Q2xhc3MgMSBQcmltYXJ5IEludGVybWVkaWF0ZSBDbGllbnQgQ0ECAwo0DTAJBgUrDgMCGgUAoIIB
rzAYBgkqhkiG9w0BCQMxCwYJKoZIhvcNAQcBMBwGCSqGSIb3DQEJBTEPFw0xNTA1MTIxODM0MzZa
MCMGCSqGSIb3DQEJBDEWBBRR8teODTkXEa9SNGFLOrz9AMXhwzCBpQYJKwYBBAGCNxAEMYGXMIGU
MIGMMQswCQYDVQQGEwJJTDEWMBQGA1UEChMNU3RhcnRDb20gTHRkLjErMCkGA1UECxMiU2VjdXJl
IERpZ2l0YWwgQ2VydGlmaWNhdGUgU2lnbmluZzE4MDYGA1UEAxMvU3RhcnRDb20gQ2xhc3MgMSBQ
cmltYXJ5IEludGVybWVkaWF0ZSBDbGllbnQgQ0ECAwo0DTCBpwYLKoZIhvcNAQkQAgsxgZeggZQw
gYwxCzAJBgNVBAYTAklMMRYwFAYDVQQKEw1TdGFydENvbSBMdGQuMSswKQYDVQQLEyJTZWN1cmUg
RGlnaXRhbCBDZXJ0aWZpY2F0ZSBTaWduaW5nMTgwNgYDVQQDEy9TdGFydENvbSBDbGFzcyAxIFBy
aW1hcnkgSW50ZXJtZWRpYXRlIENsaWVudCBDQQIDCjQNMA0GCSqGSIb3DQEBAQUABIIBAJY0nstO
ONeVKleOe8U5CIIPaiEj+dMzxjwTUwwm3Z4f+yCM3lsfgnKtm9O8huljS11TQ5znOehTaXdlepAj
BgS1LCm3W+8cY9oj8wG/DIFQl7vSmWvVHMWrhzXHjQGDtIGY1c9CVM+AABm+qFUpk4aacx62uolC
qN9GzTDT4D860bzD2bu4B6CL20/x2IIsSRIugHJb7+QMFnRZMEEPUbGv1QUUzMY0M8pplzBmqddP
JCRsNRsQCMDKO9hDX+ODgApy9/+vDZ7kRu/CpWgqnV64oAisdP+tzlvqlTpyK73Ucdn613tuqjv0
4sN1fiixnGkPBKVSlV9q1WovYxjgwqsAAAAAAAA=
--Apple-Mail=_0ABDB38D-D007-4D00-B352-FBF3B60ED9C0--
--===============3417523481631547823==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
--===============3417523481631547823==
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
--===============3417523481631547823==--