Re: java.net.UnknownHostException during geronimo startup

2016-03-14 Thread Kevin Huntly
Just do a grep -r from your Geronimo home and you should find the XML On Mar 11, 2016 21:29, "Kevan Miller" wrote: > Your old hostname is embedded in your original geronimo server. So, the > server is trying to resolve "stisitabctmp" during startup. I don't recall > how you can reconfigure your s

Re: NoClassDefFoundError org/w3c/dom/ElementTraversal

2015-08-01 Thread Kevin Huntly
I've always been advised that the xerces and xalan jars should go in jre/lib/endorsed. Maybe give that a try (after removing them from the war) and see if it works? Kevin Huntly 79 Aurora Drive Cheektowaga, NY 14215 Email: kmhun...@gmail.com

Re: certificate will be expired at 8/22/2015 - Apache-Geronimo-2.1.8

2015-05-05 Thread Kevin Huntly
That looks like an internal cert. Either way, you can apply a new certificate the same way you applied the one that's there now Kevin Huntly 79 Aurora Drive Cheektowaga, NY 14215 Email: kmhun...@gmail.com Cell: 716/341-5669 LinkedIn:

Re: Package uses conflict: Import-Package: org.apache.axis2.transport.http deploying web service in Geronimo application server with httpclient bundle installed.

2015-03-04 Thread Kevin Huntly
Did you happen to include the axis jars in web-inf/lib? Kevin Huntly 79 Aurora Drive Cheektowaga, NY 14215 Email: kmhun...@gmail.com Cell: (716) 341-5669 LinkedIn: http://www.linkedin.com/in/kevinhuntly

Re: Login failure in deploying DayTrader on Geronimo

2015-02-27 Thread Kevin Huntly
Do other deployments work using the same login information? Kevin Huntly 79 Aurora Drive Cheektowaga, NY 14215 Email: kmhun...@gmail.com Cell: (716) 341-5669 LinkedIn: http://www.linkedin.com/in/kevinhuntly

Re: DuplicateBundleException on 3.0.1 on Windows 7 SP1

2015-02-03 Thread Kevin Huntly
I would guess its either a classpath conflict, previous installation of Geronimo, or bad permissions. You could install to C:/Geronimo and shouldn't have a problem. ____ Kevin Huntly 79 Aurora Drive Cheektowaga, NY 14215 Email: kmhun...@gmail.com

Re: DuplicateBundleException on 3.0.1 on Windows 7 SP1

2015-01-30 Thread Kevin Huntly
What's the rest of the exception..? ____ Kevin Huntly 79 Aurora Drive Cheektowaga, NY 14215 Email: kmhun...@gmail.com Cell: (716) 341-5669 LinkedIn: http://www.linkedin.com/in/kevinhuntly -

Re: LifecycleException on startup after server crash

2015-01-27 Thread Kevin Huntly
websphere, although with obviously different messages. Tomcat also gives me problems like this, where if there is an issue it will simply delete the entire war file and any related contents. ________ Kevin Huntly 79 Aurora Drive Cheektowaga, NY 14215 Email

Re: Critical Watch - Autocomplete Password in Browser Vulnerability

2015-01-16 Thread Kevin Huntly
Not on my side - its not accepted by all browsers (usually that just means IE) so I'm not sure what to say. I haven't had issues with it, but I also disable password saving entirely in the browser itself. ____ Kevin Huntly 79 Aurora Drive C

Re: Critical Watch - Autocomplete Password in Browser Vulnerability

2015-01-15 Thread Kevin Huntly
Yeah there's an option on the form for it - autocomplete = "off" but not all browsers honor it ________ Kevin Huntly 79 Aurora Drive Cheektowaga, NY 14215 Email: kmhun...@gmail.com Cell: (716) 341-5669 LinkedIn: http://www.linkedin.com

Re: Critical Watch - Autocomplete Password in Browser Vulnerability

2015-01-15 Thread Kevin Huntly
passwords in the future, to which you can say no as well. ________ Kevin Huntly 79 Aurora Drive Cheektowaga, NY 14215 Email: kmhun...@gmail.com Cell: (716) 341-5669 LinkedIn: http://www.linkedin.com/in/kevinhuntly

Re: htaccess

2015-01-11 Thread Kevin Huntly
the serving, so it's possible. ________ Kevin Huntly 79 Aurora Drive Cheektowaga, NY 14215 Email: kmhun...@gmail.com Cell: (716) 341-5669 LinkedIn: http://www.linkedin.com/in/kevinhuntly -B

Re: Regarding steps for deploying web application in appache geronimo server

2015-01-03 Thread Kevin Huntly
What is the error you're getting ____ Kevin Huntly 79 Aurora Drive Cheektowaga, NY 14215 Email: kmhun...@gmail.com Cell: (716) 341-5669 LinkedIn: http://www.linkedin.com/in/kevinhuntly -BEGIN

Re: What is the equivalence of catalina.policy in Geronimo?

2014-12-11 Thread Kevin Huntly
That file is used by the jdk security system. Any file can be used, if not specified the one in jre/lib/security is used. Kevin Huntly 79 Aurora Drive Cheektowaga, NY 14215 Email: kmhun...@gmail.com Cell: (716) 341-5669 LinkedIn: http

Re: Geronimo 4.0 - JEE7

2014-11-07 Thread Kevin Huntly
Historically its about a year or so between released. 3.0.1 was pushed in 2012. The svn trunk looks like it hasn't been updated in a while, and there aren't any new branches either -- ____ Kevin Huntly 79 Aurora Drive Cheektowaga, NY 1

Re: Need Help !

2014-07-25 Thread Kevin Huntly
Is the MySQL jar loaded into Geronimo and has the server been restarted? Kevin Huntly 79 Aurora Drive Cheektowaga, NY 14215 Email: kmhun...@gmail.com Cell: (716) 341-5669 LinkedIn: http://www.linkedin.com/in/kevinhuntly

Re: Constant requests by service Geronimo / aspentec-lm on port 6142

2014-06-24 Thread Kevin Huntly
mobile&espv=1&ie=UTF-8 ____ Kevin Huntly 79 Aurora Drive Cheektowaga, NY 14215 Email: kmhun...@gmail.com Cell: (716) 341-5669 LinkedIn: http://www.linkedin.com/in/kevinhuntly -BEGIN GEEK CODE BLOCK- Version:

Re: Change JDBC connect URL in console

2013-12-05 Thread Kevin Huntly
you are most welcome Kevin Huntly 79 Aurora Drive Cheektowaga, NY 14215 Email: kmhun...@gmail.com Cell: (716) 341-5669 LinkedIn: http://www.linkedin.com/in/kevinhuntly -BEGIN GEEK CODE BLOCK

Re: Change JDBC connect URL in console

2013-12-04 Thread Kevin Huntly
As a general rule the hostname is cached in memory and a restart is required to reload the attribute On Dec 4, 2013 4:58 PM, "jbeaulau" wrote: > Hello, > > I need to change the hostname in the JDBC Connect URL for a DB pool. Once I > make the update and save, is the change > implemented immediate

Re: Nullpointer deploying jax-ws webservice

2013-11-30 Thread Kevin Huntly
) at org.apache.geronimo.cli.deployer.DeployerCLI.main(DeployerCLI.java:32) This app has no webservices in it at all... Kevin Huntly 79 Aurora Drive Cheektowaga, NY 14215 Email: kmhun...@gmail.com Cell: (716) 341-5669 LinkedIn: http

Re: Nullpointer deploying jax-ws webservice

2013-11-29 Thread Kevin Huntly
29 14:21 . [caspersb-daws1.caspersbox.corp:appadm] : $ Kevin Huntly 79 Aurora Drive Cheektowaga, NY 14215 Email: kmhun...@gmail.com Cell: (716) 341-5669 LinkedIn: http://www.linkedin.com/in/kevin

Re: Nullpointer deploying jax-ws webservice

2013-11-29 Thread Kevin Huntly
, use new URL('').open() > b. Consider it is of a relative path and try to resolve to the application > root. > c. Searching it from the classpath. > > Hope you have a happy thanksgiving day ;-) > > > 2013/11/27 Kevin Huntly >> I get an npe trying to de

Nullpointer deploying jax-ws webservice

2013-11-27 Thread Kevin Huntly
I get an npe trying to deploy a jax-ws annotated webservice to geronimo 3.0.1 on jdk 1.7.0_45. I dont have the code to attach but it is on github: https://github.com/cwsus/cws-esolutions The webservice classes are under eSolutionsCore/src/main/java/com/cws/esolutions/core/ws, the wsdl is under web