[11:35:35 CST(-0600)] <dearbin> hi'
[11:35:42 CST(-0600)] <EricDalquist> hi
[11:36:13 CST(-0600)] <dearbin> how to know whether a portlet is installed or not in uportal?
[11:36:22 CST(-0600)] <dearbin> from its web.xml file
[11:36:35 CST(-0600)] <EricDalquist> I'm not sure what you mean
[11:37:17 CST(-0600)] <dearbin> I have a portlet installed using ant and mvn commands, but when I start the tomcat it shows error listener cannot start
[11:37:31 CST(-0600)] <dearbin> only for that portlet alone
[11:37:46 CST(-0600)] <EricDalquist> what is the error?
[11:38:30 CST(-0600)] <dearbin> INFO: Deploying configuration descriptor sakai-connector-1.4.2.xml
[11:38:30 CST(-0600)] <dearbin> Feb 15, 2013 12:10:07 PM org.apache.catalina.core.StandardContext start
[11:38:30 CST(-0600)] <dearbin> SEVERE: Error filterStart
[11:38:30 CST(-0600)] <dearbin> Feb 15, 2013 12:10:07 PM org.apache.catalina.core.StandardContext start
[11:38:30 CST(-0600)] <dearbin> SEVERE: Context [/sakai-connector-1.4.2] startup failed due to previous errors
[11:38:49 CST(-0600)] <EricDalquist> is there a stack trace?
[11:38:59 CST(-0600)] <EricDalquist> if so please use a service like gist or pastebin to share it here
[11:39:12 CST(-0600)] <dearbin> in catalina.out ?
[11:39:19 CST(-0600)] <dearbin> ok
[11:41:20 CST(-0600)] <dearbin> I am using SSP Platform, but since its using uPortal I would like to have my portlet installed to it
[11:44:43 CST(-0600)] <EricDalquist> whatever the problem is it is specific to that portlet
[11:45:08 CST(-0600)] <dearbin> yes
[11:46:32 CST(-0600)] <dearbin> But is there anything through which I can ensure whether my portlet is installed or not?
[11:47:38 CST(-0600)] <EricDalquist> well it needs to start correctly
[11:47:42 CST(-0600)] <EricDalquist> so you need to figure out that problem first
[11:49:08 CST(-0600)] <dearbin> Will the web.xml of that portlet gives any information of its deployment?
[11:49:44 CST(-0600)] <EricDalquist> I don't know
[11:49:49 CST(-0600)] <EricDalquist> firs you need to find the full error message
[11:49:58 CST(-0600)] <EricDalquist> which should have a reason why it is failing to start
[11:50:06 CST(-0600)] <dearbin> ok
[11:53:01 CST(-0600)] <dearbin> http://pastebin.com/raw.php?i=XX1Gjp48
[11:53:07 CST(-0600)] <dearbin> here is the link
[11:53:35 CST(-0600)] <EricDalquist> so there is nothing in that log related to sakai-connector other than the error
[11:53:40 CST(-0600)] <EricDalquist> does that portlet have its own log file?
[11:54:06 CST(-0600)] <dearbin> no
[11:54:33 CST(-0600)] <EricDalquist> huh, I'd guess that it does since it is failing to start but no exception is getting logged ehre
[11:54:41 CST(-0600)] <EricDalquist> maybe look in localhost.log?