[13:56:45 CDT(-0500)] <EricDalquist> anyone else having issues connecting to google chat?
[13:57:34 CDT(-0500)] <holdorph> i don't think i am. that is i have multiple accounts that all look connected. I'll try pinging someone.
[13:58:24 CDT(-0500)] <holdorph> confirmed, i sent a message to someone and received a reply. So seems to be up for me.
[13:58:33 CDT(-0500)] <EricDalquist> :/
[14:53:06 CDT(-0500)] <mmoayyed> Hi Eric, got a quick sec?
[14:53:26 CDT(-0500)] <EricDalquist> sure
[14:54:08 CDT(-0500)] <mmoayyed> tnx. I am trying to deploy an instance of UP 4.0.3, when I bring up the portal in tomcat, I see the following message in the logs: java.lang.NoSuchMethodError: javax.xml.stream.XMLOutputFactory.newFactory()
[14:54:14 CDT(-0500)] <mmoayyed> any ideas? I am on Java 1.6.27
[14:54:52 CDT(-0500)] <EricDalquist> hrm
[14:54:57 CDT(-0500)] <EricDalquist> I thought that was added in like _16
[14:55:07 CDT(-0500)] <EricDalquist> what does "java -version" spit out?
[14:55:21 CDT(-0500)] <mmoayyed> Java(TM) SE Runtime Environment (build 1.6.0_27-b07)
[14:55:21 CDT(-0500)] <mmoayyed> Java HotSpot(TM) Client VM (build 20.2-b06, mixed mode, sharing)
[14:56:03 CDT(-0500)] <mmoayyed> I could certainly see the class/method when I looked up the type in Eclipse. it all checks out
[14:56:16 CDT(-0500)] <EricDalquist> you sure that tomcat is using the same JVM?
[14:57:09 CDT(-0500)] <mmoayyed> when I startup, I see the JRE_HOME set to C:\Program Files (x86)\Java\jdk1.6.0_27, which is what eclipse uses too
[14:58:19 CDT(-0500)] <EricDalquist> huh
[14:58:37 CDT(-0500)] <athena1> any chance there's some random jar or something interfering?
[14:59:08 CDT(-0500)] <EricDalquist> could be
[14:59:15 CDT(-0500)] <EricDalquist> you could add -verbose:class to the tomcat start options
[14:59:36 CDT(-0500)] <EricDalquist> and sift through the epic log file
[14:59:42 CDT(-0500)] <EricDalquist> that will log the .jar/.class file every class is loaded from
[14:59:44 CDT(-0500)] <mmoayyed> ok gr8. let me give that a shot. it's possible there's something dandling out there
[15:00:04 CDT(-0500)] <EricDalquist> brb
[15:14:29 CDT(-0500)] <holdorph> when in doubt blame windows