Hi, 
I have a problem during startup of jboss, I try to deploy a web application with the 
embedded 
tomcat, in the configuration file 
/www/jboss-3.2.3/server/default/deploy/jbossweb-tomcat41.sar/META-INF/jboss-service.xml
i have put a new host definition:
   
            <!-- Access logger -->
                     

                     
                       
                         
                         
                         
                         
                         <Environment name="default.qrySearchUsers" override="true" 
type="java.lang.String"
                                      value="select cod_db_user, password from db_user 
where flag_attivo = 'S'"/>
                         
                         
                         
                         
                         
                         
                         
                         
                         
                        

                  
but when i try to start there is an error:
can someone help me.
This is the error :

15:20:05,426 INFO  [SARDeployer] nested deployment: 
file:/www/jboss-3.2.3/server/default/deploy/jbossweb-tomcat41.sar/tomcat-jk2.jar
15:20:08,191 INFO  [STDOUT] Apache Tomcat/4.1.29
15:20:08,315 INFO  [Engine] WebappLoader[]: Deploying class repositories to work 
directory /www/jboss-3.2.3/server/default/work/MainEngine/www.fspnet.infracom.it/_
15:20:08,320 INFO  [Engine] WebappLoader[]: Reloading checks are enabled for this 
Context
15:20:08,690 INFO  [Engine] ContextConfig[]: Missing application web.xml, using 
defaults only
15:20:08,696 INFO  [Engine] ContextConfig[]: Added certificates -> request attribute 
Valve
15:20:08,697 INFO  [Engine] StandardManager[]: Seeding random number generator class 
java.security.SecureRandom
15:20:09,618 INFO  [Engine] StandardManager[]: Seeding of random number generator has 
been completed
15:20:09,625 INFO  [Engine] StandardWrapper[:default]: Loading container servlet 
default
15:20:09,667 INFO  [Engine] StandardWrapper[:invoker]: Loading container servlet 
invoker
15:20:09,796 INFO  [Engine] CoyoteConnector Coyote can't register jmx for protocol
15:20:09,827 INFO  [ChannelSocket] JK2: ajp13 listening on /0.0.0.0:8009
15:20:09,837 INFO  [JkMain] Jk running ID=0 time=1/41  config=null
15:20:09,837 INFO  [EmbeddedTomcatService] OK
15:20:09,837 INFO  [MainDeployer] Adding deployer: [EMAIL PROTECTED]
15:20:09,838 INFO  [MainDeployer] Starting deployment of package: 
file:/www/jboss-3.2.3/server/default/deploy/http-invoker.sar/invoker.war/
15:20:09,925 INFO  [EmbeddedTomcatService] deploy, ctxPath=/invoker, 
warUrl=file:/www/jboss-3.2.3/server/default/deploy/http-invoker.sar/invoker.war/
15:20:09,956 ERROR [MainDeployer] could not start deployment: 
file:/www/jboss-3.2.3/server/default/deploy/http-invoker.sar/invoker.war/
org.jboss.deployment.DeploymentException: Error during deploy; - nested throwable: 
(java.lang.NullPointerException)
        at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:440)
        at org.jboss.deployment.MainDeployer.start(MainDeployer.java:832)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:642)
        at org.jboss.deployment.MainDeployer.addDeployer(MainDeployer.java:235)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)


<a 
href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3826550#3826550";>View 
the original post</a>

<a 
href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3826550>Reply 
to the post</a>


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to