RE: [EXTERNAL] Re: Tomcat(9.0.13) Error in DEV Server

2019-04-15 Thread Hua, Gary - Saint Louis, MO - Contractor
Luis:

Thanks for your input.   I put the following into 
conf/logging.properties and add  debug="99"  in the Realm definition  so I can 
see more Realm logging information:

org.apache.catalina.realm.level = ALL
org.apache.catalina.realm.useParentHandlers = true
org.apache.catalina.authenticator.level = ALL
org.apache.catalina.authenticator.useParentHandlers = true


After the first login attempt in the application TOPS login screen,   
the URL was redirected to  https://eagnmnmed1f45:9443/TOPS-WEB/j_security_check 
 with invalid UID/PW message.Then I entered  topsadmin/@88Topstopstops as 
id/pd and clicked  the Login button again,  I got the following message in the 
catalina.out:


15-Apr-2019 17:08:17.690 FINE [https-jsse-nio-9443-exec-7] 
org.apache.catalina.authenticator.AuthenticatorBase.invoke Security checking 
request POST /TOPS-WEB/j_security_check
15-Apr-2019 17:08:17.690 FINE [https-jsse-nio-9443-exec-7] 
org.apache.catalina.realm.RealmBase.findSecurityConstraints   Checking 
constraint 'SecurityConstraint[Entire Application]' against POST 
/j_security_check --> true
15-Apr-2019 17:08:17.690 FINE [https-jsse-nio-9443-exec-7] 
org.apache.catalina.realm.RealmBase.findSecurityConstraints   Checking 
constraint 'SecurityConstraint[Secure area's for TOPS_ADMIN user]' against POST 
/j_security_check --> false
15-Apr-2019 17:08:17.690 FINE [https-jsse-nio-9443-exec-7] 
org.apache.catalina.realm.RealmBase.findSecurityConstraints   Checking 
constraint 'SecurityConstraint[SecuredResource]' against POST /j_security_check 
--> false
15-Apr-2019 17:08:17.690 FINE [https-jsse-nio-9443-exec-7] 
org.apache.catalina.realm.RealmBase.findSecurityConstraints   Checking 
constraint 'SecurityConstraint[Entire Application]' against POST 
/j_security_check --> true
15-Apr-2019 17:08:17.690 FINE [https-jsse-nio-9443-exec-7] 
org.apache.catalina.realm.RealmBase.findSecurityConstraints   Checking 
constraint 'SecurityConstraint[Secure area's for TOPS_ADMIN user]' against POST 
/j_security_check --> false
15-Apr-2019 17:08:17.691 FINE [https-jsse-nio-9443-exec-7] 
org.apache.catalina.realm.RealmBase.findSecurityConstraints   Checking 
constraint 'SecurityConstraint[SecuredResource]' against POST /j_security_check 
--> false
15-Apr-2019 17:08:17.691 FINE [https-jsse-nio-9443-exec-7] 
org.apache.catalina.authenticator.AuthenticatorBase.invoke  Calling 
hasUserDataPermission()
15-Apr-2019 17:08:17.691 FINE [https-jsse-nio-9443-exec-7] 
org.apache.catalina.realm.RealmBase.hasUserDataPermission   User data 
constraint already satisfied
15-Apr-2019 17:08:17.691 FINE [https-jsse-nio-9443-exec-7] 
org.apache.catalina.authenticator.AuthenticatorBase.invoke  Calling 
authenticate()
15-Apr-2019 17:08:17.691 FINE [https-jsse-nio-9443-exec-7] 
org.apache.catalina.authenticator.FormAuthenticator.doAuthenticate 
Authenticating username 'topsadmin'
15-Apr-2019 17:08:17.691 FINE [https-jsse-nio-9443-exec-7] 
org.apache.catalina.realm.CombinedRealm.authenticate Attempting to authenticate 
user [topsadmin] with realm [org.apache.catalina.realm.JNDIRealm]
15-Apr-2019 17:08:17.694 INFO [https-jsse-nio-9443-exec-7] 
org.apache.catalina.realm.JNDIRealm.authenticate Exception performing 
authentication. Retrying...
 javax.naming.CommunicationException: Connection reset [Root exception is 
java.net.SocketException: Connection reset]; remaining name 
'DC=devsub,DC=dev,DC=dce,DC=usps,DC=gov'
at com.sun.jndi.ldap.LdapCtx.doSearch(LdapCtx.java:2002)
at com.sun.jndi.ldap.LdapCtx.searchAux(LdapCtx.java:1844)
at com.sun.jndi.ldap.LdapCtx.c_search(LdapCtx.java:1769)
at 
com.sun.jndi.toolkit.ctx.ComponentDirContext.p_search(ComponentDirContext.java:392)
at 
com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.search(PartialCompositeDirContext.java:358)
at 
com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.search(PartialCompositeDirContext.java:341)
at 
javax.naming.directory.InitialDirContext.search(InitialDirContext.java:267)
at 
org.apache.catalina.realm.JNDIRealm.getUserBySearch(JNDIRealm.java:1675)
at org.apache.catalina.realm.JNDIRealm.getUser(JNDIRealm.java:1510)
at org.apache.catalina.realm.JNDIRealm.getUser(JNDIRealm.java:1458)
at org.apache.catalina.realm.JNDIRealm.authenticate(JNDIRealm.java:1403)
at org.apache.catalina.realm.JNDIRealm.authenticate(JNDIRealm.java:1285)
at 
org.apache.catalina.realm.CombinedRealm.authenticate(CombinedRealm.java:188)
at 
org.apache.catalina.realm.LockOutRealm.authenticate(LockOutRealm.java:153)
at 
org.apache.catalina.authenticator.FormAuthenticator.doAuthenticate(FormAuthenticator.java:264)
at 
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:572)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)

Re: [OT] Build Dependencies

2019-04-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Igal,

On 4/15/19 12:12, Igal Sapir wrote:
> Chris,
> 
> On Mon, Apr 15, 2019 at 7:52 AM Christopher Schultz < 
> ch...@christopherschultz.net> wrote:
> 
> Igal,
> 
> On 4/14/19 13:23, Igal Sapir wrote:
 John,
 
 On Sun, Apr 14, 2019 at 6:50 AM John Dale
  wrote:
 
> Hi Mark;
> 
> Do you have an artifact depicting the dependencies in
> Tomcat? I'd like to start building, debugging, and
> helping-out, but I just like using Ant and using manual
> methods for dependencies at compile time.
> 
> Do I have a chance?
> 
 
 I recommend reviewing the build.xml file along with 
 build.properties.default.  They contain everything you need 
 including dependency downloads, IDE skeletons, etc.
> 
> Or just: http://tomcat.apache.org/tomcat-9.0-doc/building.html
> 
> 
>> Sure, but from my experience the source always reveals more, and
>> more accurately.  The doc is probably a better starting point
>> though.
> 
> 
 Also, in the future please rename the subject line when
 replying in an announcement thread.
> 
> No! Don't do that, either. It doesn't break the thread. Instead,
> send a new message to the list.
> 
> 
>> It actually did for me (using Google Mail), but yes, a new thread
>> is the right way to go, especially since the new message is not
>> related to the announcement in any way.

While it does indeed result in a message sent to the list, it's still
threaded along with the originally-sent message, like here:

https://lists.apache.org/thread.html/2f417894a51653ed5345a741c2b81fa9a6a
4136dbd3de60e566c9279@%3Cdev.tomcat.apache.org%3E

- -chris
-BEGIN PGP SIGNATURE-
Comment: Using GnuPG with Thunderbird - https://www.enigmail.net/

iQIzBAEBCAAdFiEEMmKgYcQvxMe7tcJcHPApP6U8pFgFAly0+DsACgkQHPApP6U8
pFiDhA/+L0jpyJCMgkbgE7RHSITZQQ4RdXbGFzEdB7mKTMqNlBe756v4qCi+GELO
p3c11zVV0bznE8DGtiA8ERqH4tHxKgAt9lhzEdT3tGWnF1RV7X/n23/tn0zVifCz
gOXOx1alsPPdoBCb6cyxlFODcgM25epKLmzwDigI50QHIC5XGlVMcCJrt6xpQTTA
luoYl5m8NLuy0KJPeflq+EiT441zgi8ouEFSZkuNTn5iHZqHWzSwnen8RBQio/ex
XgdgCO6dYhAKBgME4bC/kCAZqV+c7tzzA0KJ0VL+gEbAnW5vwLhyBQa+W285var/
Tqydjv99m5szsQ+f8opG/Sxjf5z8SJpXVandda/wyofqAQiBkOuSF7u5diWIJCHS
iG1XCetnuOMZm0ryN2SYi1o2SCaPDK+YVvIkseu6dCIif5RVSxfZAHy3Hpc4zJ6c
mthCS/BWTOHtseIEgmQ+be8PYHXQDC0i209TX904qzKiWOZRiatWxGIM7gvq24xQ
QDXimNnR/IY+wzgm9b33Pqqb+XxpUItjPgcZImVNQOxaXVkzvVXMzPd5KrL+wE+T
KjUysj5Ze19tMrqDH26LXd3Azbo3PuJumgpAHrJlKahi6I3Hs1LUq8t9lSt9mxDP
60rYcuTEJ/9IHuZvrJddVHOAMBXN3vFkx9kE4JTb3WyWmFJh5+w=
=k/4t
-END PGP SIGNATURE-

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: Build Dependencies

2019-04-15 Thread John Dale
I neglected to appreciate the volume of communication you guys deal with.

Igor - thanks!

Chris - noted.

Have a good one,

John

On 4/15/19, Christopher Schultz  wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> Igal,
>
> On 4/14/19 13:23, Igal Sapir wrote:
>> John,
>>
>> On Sun, Apr 14, 2019 at 6:50 AM John Dale 
>> wrote:
>>
>>> Hi Mark;
>>>
>>> Do you have an artifact depicting the dependencies in Tomcat?
>>> I'd like to start building, debugging, and helping-out, but I
>>> just like using Ant and using manual methods for dependencies at
>>> compile time.
>>>
>>> Do I have a chance?
>>>
>>
>> I recommend reviewing the build.xml file along with
>> build.properties.default.  They contain everything you need
>> including dependency downloads, IDE skeletons, etc.
>
> Or just:
> http://tomcat.apache.org/tomcat-9.0-doc/building.html
>
>> Also, in the future please rename the subject line when replying in
>> an announcement thread.
>
> No! Don't do that, either. It doesn't break the thread. Instead, send
> a new message to the list.
>
> - -chris
> -BEGIN PGP SIGNATURE-
> Comment: Using GnuPG with Thunderbird - https://www.enigmail.net/
>
> iQIzBAEBCAAdFiEEMmKgYcQvxMe7tcJcHPApP6U8pFgFAly0mpkACgkQHPApP6U8
> pFiLVA//UdQC2WkxcmuSJQUsifzFr2DC+Ge56dJuZbqBOCxmFnwl2a4dWBC1yc/Y
> WBiV2qH3O1YvtKPgILlhz54777TW2rTjH94Wfzmd9PXGOkhR3VE9LLUReQIcUdr8
> K1C7UNxUnnXQRq6zzcj6v8v1+HZoYtCONt8cIhOaBF3cUIrx4EGTX/+ju72aY2S9
> tI3dylbBbPMdaVAkbSMkwJn6Cx8YUoe+fTJxKpqMj/WLYb6D1FkMbhc7diz4CclI
> NuIqZxxgy/egBd2ZzTeJy6YabD+TsWzdOhtX3WXltgozyfBPxZikxoyiA8WyKvm2
> 1PbHBHjX4qCmcPrtnOKFGLKq6MqfktILKRl14kLk3VtNpSxYfs58N/ijQiiGB68E
> PR3nT+OLz/FiJeR49VmZmEO2GYjzlI3Vv8sUDWBTIhni/mfUAO6LwRsufvPLn4jH
> IjNwEX7LEkmsDTRnMKLWAvbgh7o/KWeUDnpEmZOulYRoumFtdBjk0jdSz73W7wNN
> lhDsqx0nMjvHKYLokVMGLeROMo4RPvw82T20Ny54zAGK/tx/Gkrcf9ULADw11t5O
> w7KgxLlhq/IUZ8xV9qhBGMSL61VIKJV8rmLoX2lBg/ySbYfpQcHXmdreAEIsAro4
> f8o0dERwywu+F8IfDGVUK6Vq8BlBEHtpy/bYjrNu0eBMnNg3YEI=
> =DVWR
> -END PGP SIGNATURE-
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: Build Dependencies

2019-04-15 Thread Igal Sapir
Chris,

On Mon, Apr 15, 2019 at 7:52 AM Christopher Schultz <
ch...@christopherschultz.net> wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> Igal,
>
> On 4/14/19 13:23, Igal Sapir wrote:
> > John,
> >
> > On Sun, Apr 14, 2019 at 6:50 AM John Dale 
> > wrote:
> >
> >> Hi Mark;
> >>
> >> Do you have an artifact depicting the dependencies in Tomcat?
> >> I'd like to start building, debugging, and helping-out, but I
> >> just like using Ant and using manual methods for dependencies at
> >> compile time.
> >>
> >> Do I have a chance?
> >>
> >
> > I recommend reviewing the build.xml file along with
> > build.properties.default.  They contain everything you need
> > including dependency downloads, IDE skeletons, etc.
>
> Or just:
> http://tomcat.apache.org/tomcat-9.0-doc/building.html
>
>
Sure, but from my experience the source always reveals more, and more
accurately.  The doc is probably a better starting point though.


> > Also, in the future please rename the subject line when replying in
> > an announcement thread.
>
> No! Don't do that, either. It doesn't break the thread. Instead, send
> a new message to the list.
>

It actually did for me (using Google Mail), but yes, a new thread is the
right way to go, especially since the new message is not related to the
announcement in any way.

Igal


>
> - -chris
> -BEGIN PGP SIGNATURE-
> Comment: Using GnuPG with Thunderbird - https://www.enigmail.net/
>
> iQIzBAEBCAAdFiEEMmKgYcQvxMe7tcJcHPApP6U8pFgFAly0mpkACgkQHPApP6U8
> pFiLVA//UdQC2WkxcmuSJQUsifzFr2DC+Ge56dJuZbqBOCxmFnwl2a4dWBC1yc/Y
> WBiV2qH3O1YvtKPgILlhz54777TW2rTjH94Wfzmd9PXGOkhR3VE9LLUReQIcUdr8
> K1C7UNxUnnXQRq6zzcj6v8v1+HZoYtCONt8cIhOaBF3cUIrx4EGTX/+ju72aY2S9
> tI3dylbBbPMdaVAkbSMkwJn6Cx8YUoe+fTJxKpqMj/WLYb6D1FkMbhc7diz4CclI
> NuIqZxxgy/egBd2ZzTeJy6YabD+TsWzdOhtX3WXltgozyfBPxZikxoyiA8WyKvm2
> 1PbHBHjX4qCmcPrtnOKFGLKq6MqfktILKRl14kLk3VtNpSxYfs58N/ijQiiGB68E
> PR3nT+OLz/FiJeR49VmZmEO2GYjzlI3Vv8sUDWBTIhni/mfUAO6LwRsufvPLn4jH
> IjNwEX7LEkmsDTRnMKLWAvbgh7o/KWeUDnpEmZOulYRoumFtdBjk0jdSz73W7wNN
> lhDsqx0nMjvHKYLokVMGLeROMo4RPvw82T20Ny54zAGK/tx/Gkrcf9ULADw11t5O
> w7KgxLlhq/IUZ8xV9qhBGMSL61VIKJV8rmLoX2lBg/ySbYfpQcHXmdreAEIsAro4
> f8o0dERwywu+F8IfDGVUK6Vq8BlBEHtpy/bYjrNu0eBMnNg3YEI=
> =DVWR
> -END PGP SIGNATURE-
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>


Re: Build Dependencies

2019-04-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Igal,

On 4/14/19 13:23, Igal Sapir wrote:
> John,
> 
> On Sun, Apr 14, 2019 at 6:50 AM John Dale 
> wrote:
> 
>> Hi Mark;
>> 
>> Do you have an artifact depicting the dependencies in Tomcat?
>> I'd like to start building, debugging, and helping-out, but I
>> just like using Ant and using manual methods for dependencies at
>> compile time.
>> 
>> Do I have a chance?
>> 
> 
> I recommend reviewing the build.xml file along with 
> build.properties.default.  They contain everything you need
> including dependency downloads, IDE skeletons, etc.

Or just:
http://tomcat.apache.org/tomcat-9.0-doc/building.html

> Also, in the future please rename the subject line when replying in
> an announcement thread.

No! Don't do that, either. It doesn't break the thread. Instead, send
a new message to the list.

- -chris
-BEGIN PGP SIGNATURE-
Comment: Using GnuPG with Thunderbird - https://www.enigmail.net/

iQIzBAEBCAAdFiEEMmKgYcQvxMe7tcJcHPApP6U8pFgFAly0mpkACgkQHPApP6U8
pFiLVA//UdQC2WkxcmuSJQUsifzFr2DC+Ge56dJuZbqBOCxmFnwl2a4dWBC1yc/Y
WBiV2qH3O1YvtKPgILlhz54777TW2rTjH94Wfzmd9PXGOkhR3VE9LLUReQIcUdr8
K1C7UNxUnnXQRq6zzcj6v8v1+HZoYtCONt8cIhOaBF3cUIrx4EGTX/+ju72aY2S9
tI3dylbBbPMdaVAkbSMkwJn6Cx8YUoe+fTJxKpqMj/WLYb6D1FkMbhc7diz4CclI
NuIqZxxgy/egBd2ZzTeJy6YabD+TsWzdOhtX3WXltgozyfBPxZikxoyiA8WyKvm2
1PbHBHjX4qCmcPrtnOKFGLKq6MqfktILKRl14kLk3VtNpSxYfs58N/ijQiiGB68E
PR3nT+OLz/FiJeR49VmZmEO2GYjzlI3Vv8sUDWBTIhni/mfUAO6LwRsufvPLn4jH
IjNwEX7LEkmsDTRnMKLWAvbgh7o/KWeUDnpEmZOulYRoumFtdBjk0jdSz73W7wNN
lhDsqx0nMjvHKYLokVMGLeROMo4RPvw82T20Ny54zAGK/tx/Gkrcf9ULADw11t5O
w7KgxLlhq/IUZ8xV9qhBGMSL61VIKJV8rmLoX2lBg/ySbYfpQcHXmdreAEIsAro4
f8o0dERwywu+F8IfDGVUK6Vq8BlBEHtpy/bYjrNu0eBMnNg3YEI=
=DVWR
-END PGP SIGNATURE-

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



[ANN] Apache Tomcat 9.0.19 available

2019-04-15 Thread Mark Thomas

The Apache Tomcat team announces the immediate availability of Apache
Tomcat 9.0.19.

Apache Tomcat 9 is an open source software implementation of the Java
Servlet, JavaServer Pages, Java Unified Expression Language, Java
WebSocket and JASPIC technologies.

Apache Tomcat 9.0.19 is a bugfix and feature release. The notable
changes compared to 9.0.17 include:

- Fix for CVE-2019-0232, an RCE vulnerability on Windows

- Add support for Java 11 to the JSP compiler. Java 12 and 13 are also
  now supported if used with a ECJ version with support for those  Java
  versions

- Various NIO2 stability improvements


Please refer to the change log for the complete list of changes:
http://tomcat.apache.org/tomcat-9.0-doc/changelog.html


Downloads:
http://tomcat.apache.org/download-90.cgi

Migration guides from Apache Tomcat 7.x and 8.x:
http://tomcat.apache.org/migration.html

Enjoy!

- The Apache Tomcat team

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: Tomcat(9.0.13) Error in DEV Server

2019-04-15 Thread Luis Rodríguez Fernández
Hello Gary,

I would recommend you to add some debug to your JNDIReam [1]. For debugging
your ldap search filters ldapsearch can be your friend [2] :)

Hope it helps,

Luis

[1]
https://stackoverflow.com/questions/12311496/how-to-debug-realm-feature-in-tomcat
[2]
https://access.redhat.com/documentation/en-US/Red_Hat_Directory_Server/8.2/html/Administration_Guide/Examples-of-common-ldapsearches.html







El vie., 12 abr. 2019 a las 0:23, Hua, Gary - Saint Louis, MO - Contractor
() escribió:

> All:
>
>
>
>  Sorry on my previous email I have some graphic contents that can not
> be displayed.   Now I change it to texts so you can see them
>
>
>
> *From:* Hua, Gary - Saint Louis, MO - Contractor [
> mailto:gang@usps.gov.INVALID ]
> *Sent:* Thursday, April 11, 2019 4:29 PM
> *To:* users@tomcat.apache.org
> *Subject:* [EXTERNAL] Tomcat(9.0.13) Error in DEV Server
>
>
>
> Tomcat Experts:
>
>
>
> The Tomcat server works fine in my local computer with
>  application “TOPS“ in Eclipse.  I deployed the TOPS application to our DEV
> web server eagnmnmed1f45 under webapps.
>
>
>
> After I started the Tomcat  server (9.0.13) in DEV server
> and entered the TOPS home page URL
> http://eagnmnmed1f45:9080/TOPS-WEB/Welcome.do (It is
> http://localhost:8080/TOPS-WEB/Welcome.do  in my local computer)   in the
> browser,   it was re-directed to
> https://eagnmnmed1f45:9443/TOPS-WEB/Welcome.do.and following error:
>
>
>
>
>
> *The website cannot display the page*
>
>   HTTP 500
>
>
>
> *Most likely causes:*
>
>- The website is under maintenance.
>- The website has a programming error.
>
>
>
> *What you can try:*
>
>
>
> [image: res://\\ieframe.dll/bullet.png]
>
> Refresh the page.Refresh the page.
>
>
>
> [image: res://\\ieframe.dll/bullet.png]
>
> Go back to the previous page.Go back to the previous page.
>
>
>
> [image: More information]
>
> More information
>
>
>
>
>
> atadmin@eagnmnmed1f45:/opt/TomCat/apache-tomcat-9.0.13/logs>tail -f
> catalina.out
>
> 5307 [main] WARN org.hibernate.cache.EhCacheProvider - Could not find
> configuration [LegDistanceImpl]; using defaults.
>
> 5764 [main] INFO org.hibernate.impl.SessionFactoryObjectFactory - Not
> binding factory to JNDI, no JNDI name configured
>
> 0 [main] INFO filter.ResponseOverrideFilter  - Filter initialized.
> Response buffering is enabled
>
> 1648 [main] INFO tiles.TilesPlugin  - Tiles definition factory loaded for
> module ''.
>
> 1652 [main] INFO validator.ValidatorPlugIn  - Loading validation rules
> file from '/WEB-INF/validator-rules.xml'
>
> 1652 [main] INFO validator.ValidatorPlugIn  - Loading validation rules
> file from '/WEB-INF/validation.xml'
>
> 1738 [main] INFO tiles.TilesPlugin  - Factory already exists for module
> ''. The factory found is from module ''. No new creation.
>
> 05-Apr-2019 11:18:01.913 INFO [main]
> org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler
> ["http-nio-9080"]
>
> 05-Apr-2019 11:18:01.928 INFO [main]
> org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler
> ["https-jsse-nio-9443"]
>
> 05-Apr-2019 11:18:01.932 INFO [main]
> org.apache.catalina.startup.Catalina.start Server startup in 12256 ms
>
> 53654 [https-jsse-nio-9443-exec-5] INFO tiles.TilesRequestProcessor  -
> Tiles definition factory found for request processor ''.
>
> Error connecting to LDAP server.
>
> java.lang.NullPointerException
>
> at
> com.usps.nom.tops.web.struts.action.WelcomeAction.getInfo(WelcomeAction.java:120)
>
> at
> com.usps.nom.tops.web.struts.action.WelcomeAction.welcome(WelcomeAction.java:61)
>
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>
> at java.lang.reflect.Method.invoke(Method.java:498)
>
> at
> com.usps.ibm.core.servlet.struts.AbstractDispatchAction.dispatchMethod(AbstractDispatchAction.java:136)
>
> at
> com.usps.ibm.core.servlet.struts.AbstractDispatchAction.execute(AbstractDispatchAction.java:84)
>
> at
> com.usps.nom.tops.web.struts.action.AbstractTOPSDispatchAction.execute(AbstractTOPSDispatchAction.java:258)
>
> at
> org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:419)
>
> at
> org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:224)
>
> at
> org.apache.struts.action.ActionServlet.process(ActionServlet.java:1194)
>
> at
> org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
>
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
>
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
>
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>
> at
>