[Installation, Configuration & Deployment] - Error after installation of JBoss in Eclipse 3.2
by msavoy
I just installed JBoss on my local machine but when trying to "run on server" a JSP page from within Eclipse 3.2 IDE I am getting the following error (ANY help or direction would be greatly appreciated, THANKS):
HTTP Status 500 -
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
java.lang.NullPointerException
org.jboss.mx.loading.RepositoryClassLoader.findClass(RepositoryClassLoader.java:620)
java.lang.ClassLoader.loadClass(Unknown Source)
org.jboss.mx.loading.RepositoryClassLoader.loadClassImpl(RepositoryClassLoader.java:464)
org.jboss.mx.loading.RepositoryClassLoader.loadClass(RepositoryClassLoader.java:405)
java.lang.ClassLoader.loadClass(Unknown Source)
java.lang.ClassLoader.loadClassInternal(Unknown Source)
org.acegisecurity.ui.ntlm.NtlmProcessingFilter.onPreAuthentication(NtlmProcessingFilter.java:344)
org.acegisecurity.ui.AbstractProcessingFilter.doFilter(AbstractProcessingFilter.java:200)
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274)
org.acegisecurity.ui.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:110)
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274)
org.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilter(HttpSessionContextIntegrationFilter.java:191)
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274)
org.acegisecurity.util.FilterChainProxy.doFilter(FilterChainProxy.java:148)
org.acegisecurity.util.FilterToBeanProxy.doFilter(FilterToBeanProxy.java:90)
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
note The full stack trace of the root cause is available in the Apache Tomcat/5.5.20 logs.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981607#3981607
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981607
19 years, 6 months
[Installation, Configuration & Deployment] - Re: EJB-installation-problems
by puck
I allready done this.
But I got another solution. And this is pretty weird. I loggid in as /root. Altought I gave with
anonymous wrote : chown -R jboss jboss/ the jboss-user the full permissions to its direcory there was allways such an error:anonymous wrote :
| jboss@venus:/opt/public/jboss-EJB-3.0_RC9-FD$ ant -f install.xml -Djboss.server.config=default -DJBOSS_HOME='/opt/local/usr/jboss'
| Buildfile: install.xml
|
| install:
| [delete] Deleting directory /opt/local/usr/jboss/server/default/deploy/jboss-aop.deployer
| [delete] Deleting directory /opt/local/usr/jboss/server/default/deploy/jbossws14.sar
| [delete] Deleting: /opt/local/usr/jboss/client/jbossws14-client.jar
| [copy] Copying 1 file to /opt/local/usr/jboss/client
| [copy] Copying 1 file to /opt/local/usr/jboss/client
| [copy] Copying 1 file to /opt/local/usr/jboss/client
| [copy] Copying 1 file to /opt/local/usr/jboss/server/default/lib
| [copy] Copying 1 file to /opt/local/usr/jboss/client
| [copy] Copying 1 file to /opt/local/usr/jboss/server/default/lib
| [copy] Copying 1 file to /opt/local/usr/jboss/server/default/lib
| [copy] Copying 1 file to /opt/local/usr/jboss/server/default/lib
| [copy] Copying 14 files to /opt/local/usr/jboss/server/default/deploy
| [copy] Copying 1 file to /opt/local/usr/jboss/server/default/deploy
|
| BUILD FAILED
| /opt/public/jboss-EJB-3.0_RC9-FD/install.xml:71: Directory /opt/public/jboss-EJB-3.0_RC9-FD/tmp creation was not successful for an unknown reason
|
| Total time: 7 seconds
|
But when I logged on the shell as /root it worked!
anonymous wrote : venus:/opt/public/jboss-EJB-3.0_RC9-FD# ant -f install.xml -Djboss.server.config=default -DJBOSS_HOME='/opt/local/usr/jboss'
| Buildfile: install.xml
|
| install:
| [delete] Deleting directory /opt/local/usr/jboss/server/default/deploy/jboss-aop-jdk50.deployer
| [delete] Deleting directory /opt/local/usr/jboss/server/default/deploy/ejb3.deployer
| [copy] Copying 10 files to /opt/local/usr/jboss/server/default/deploy
| [mkdir] Created dir: /opt/public/jboss-EJB-3.0_RC9-FD/tmp
| [unjar] Expanding: /opt/local/usr/jboss/server/default/lib/jboss.jar into /opt/public/jboss-EJB-3.0_RC9-FD/tmp
| [jar] Building jar: /opt/local/usr/jboss/server/default/lib/jboss.jar
| [delete] Deleting directory /opt/public/jboss-EJB-3.0_RC9-FD/tmp
|
| BUILD SUCCESSFUL
| Total time: 10 seconds
|
very strange.
Gruss Christian
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981605#3981605
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981605
19 years, 6 months