[JBoss-user] [JBoss Portal] - 2.2.1SP1 jboss4.0.3SP1 - NullPointerException in MyFacesGene

2006-06-28 Thread dduchaine
We get this exception when logging in with admin/admin, click on management and then on default: | 2006-06-28 18:28:13,724 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/portal-core]] Exception in FacesServlet | java.lang.NullPointerException | at org.apache

[JBoss-user] [JBoss Portal] - Re: 2.2.1SP2 jboss4.0.3SP1 - Login page error

2006-06-28 Thread dduchaine
| | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954203#3954203 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954203 Using Tomcat but need to do more? Need to support web services, security? Get stuff done qu

[JBoss-user] [JBoss Portal] - Re: 2.2.1SP2 jboss4.0.3SP1 - Login page error

2006-06-28 Thread dduchaine
Sorry, lost the line: View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954202#3954202 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954202 Using Tomcat but need to do more? Need to support web services, security? Get

[JBoss-user] [JBoss Portal] - 2.2.1SP2 jboss4.0.3SP1 - Login page error

2006-06-28 Thread dduchaine
Could someone explain why the page login.jsp (UserPortletWindow), when compiled, sets the action to: Noticed the %> following j_security_check ? Evidently, I get a 404. Thanks, David View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954201#3954201 Reply to

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JNDI env-entry + env not bound

2006-04-28 Thread dduchaine
Found the problem. Virtual host's files MUST be deployed in the deploy directory. I simply put a symbolic link (on Linux) named with a .war suffix For symbolic links on Windows, see http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3887963 Also, I removed the appBase="c:\\domaindirector

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: env-entry elements not bound with virtual hosts (externa

2006-04-28 Thread dduchaine
Found the problem. Virtual host's files MUST be deployed in the deploy directory. I simply put a symbolic link (on Linux) named with a .war suffix For symbolic links on Windows, see http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3887963 Also, I removed the appBase="c:\\domaindire

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: env-entry elements not bound with virtual hosts (externa

2006-04-28 Thread dduchaine
Simpler question here: Is it possible to deploy an exploded directory which has the .war structure outside the jboss deploy/ directory? Part of the answer is yes because we currently have a working webapp (jsp compilation, execution and reloading) deployed this way BUT services provided by JBo

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - env-entry elements not bound with virtual hosts (external di

2006-04-27 Thread dduchaine
JBoss 4.0.2 and 4.0.3 env-entry elements specified in web.xml are not put in JNDI when a virtual host is deployed with an external directory. I have this server.xml config: anonymous wrote : appBase element c:\\domaindirectory has the .war structure | | | | | w

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JNDI env-entry + env not bound

2006-04-10 Thread dduchaine
The problem still occur when the webapp is deployed as an exploded virtual host. See above for server.xml . Do we still have to specifiy a jboss-web.xml since only env-entry elements are to be available via JNDI? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: #include virtual comand not working in JBoss

2006-04-08 Thread dduchaine
Why don't you front JBoss with Apache? See Wiki View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935994#3935994 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935994

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JNDI env-entry + env not bound

2006-04-06 Thread dduchaine
Th problem doesn't occur when the webapp is deployed as a .war archive in the /deploy directory. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935606#3935606 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935606 ---

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JNDI env-entry + env not bound

2006-04-05 Thread dduchaine
Could it be related? We configured a virtual host this way (stacktrace below): | | | www.domainname.com | | 2006-04-05 15:00:25,849 WARN [org.apache.struts.action.RequestProcessor] Unhandled Exception thrown: class javax.naming.NameNotFoundExcept

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JNDI env-entry + env not bound

2006-04-05 Thread dduchaine
We get a: javax.naming.NameNotFoundException: env not bound View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935206#3935206 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935206 -

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - JNDI env-entry + env not bound

2006-04-05 Thread dduchaine
Configuration: JBoss4.0.3SP1 with embedded Tomcat When deploying a webapp, elements specified in web.xml are read (we can see it in the log file) but are not accessible from a Struts action through JNDI using | context.lookup("java:comp/env/anEnvEntry"); any idea? David D. View the origin

[JBoss-user] [JBoss Portal] - Cannot get content - javax.jcr.ItemNotFoundException

2006-04-03 Thread dduchaine
We get this exception when viewing CMS Manager after adding two pages in the default context. We've just upgraded from version 2.2 to 2.2.1RC3: Cannot even delete pages because of this exception. thanks, David Cannot get content javax.jcr.ItemNotFoundException: 78011868-ce97-49d9-9544-ab354447