[JBoss-user] help required? Jboss error for looking up jsp's

2002-05-24 Thread Venkata Rao C.



Hi
 i am getting the following error while looking up jsp's . 

Any idea about this can please help.


[INFO,EmbeddedCatalinaServiceSX] StandardHost[localhost]: MAPPING
configuration error for request URI
[ERROR,EmbeddedCatalinaServiceSX] HttpProcessor[8080][4] process.invoke
java.lang.NullPointerException
at
org.apache.catalina.valves.ErrorDispatcherValve.status(ErrorDispatcherValve.
java:
280)
at
org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.
java:
180)
at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5
64)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:170
)
at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5
64)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java
:163)

at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5
66)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
at
org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:
1011)

at
org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1106
)
at java.lang.Thread.run(Thread.java:484)


Best Regards
Venkata Rao C


*
Disclaimer: The information in this e-mail and any attachments is
confidential / privileged. It is intended solely for the addressee or
addressees. If you are not the addressee indicated in this message, you may
not copy or deliver this message to anyone. In such case, you should destroy
this message and kindly notify the sender by reply email. Please advise
immediately if you or your employer does not consent to Internet email for
messages of this kind.
*

___

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] Help Required

2001-05-11 Thread danch (Dan Christopherson)

See the 'JAWS Options' section of the manual at:

http://www.jboss.org/documentation/HTML/ch05s03.html

Adding the true tag to your jaws.xml/standardjaws.xml 
will do it.

Madhu wrote:

> Hi All,
>Is there any way through which I can findout the query which is formed
> from the finder methods inside the jaws.xml. 
> 
> Thanks in advance
> Regards,
> Madhu
> 
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user
> 




___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] Help Required: Integrating Interbase 6

2001-05-11 Thread David Jencks

Hi,
I think you are using the Borland free interclient for interbase 6?

you need to recompile in jdk1.3.

If you are on linux you may wish to download from cvs and compile the
firebird (firebird.sourceforge.net) interclient/interserver which has
dbmetadata fixed to work with JAWS for table creation.  Don't specify a pk
constraint though, JAWS won't define pk columns not null,
interbase/firebird has rather archaic syntax needing pk columns to be
defined not null.  Maybe it's time to resubmit my patch for this now that
there's an official patch process...

Thanks
david jencks

On 2001.05.11 07:56:17 -0400 Thomas Gr?nert wrote:
> Hi,
> 
> I try to run jboss, jetty (the default package) with interbase.
> 
> The Driver is loaded
> 
> [JDBC provider] Initializing
> [JDBC provider] Loaded JDBC-driver:interbase.interclient.Driver
> [JDBC provider] Initialized
> [DefaultDS] Initializing
> [DefaultDS] Initialized
> 
> and then the Exception at starting Jboss.
> 
> [DefaultDS] Starting
> [DefaultDS] XA Connection pool DefaultDS bound to java:/DefaultDS
> [Service Control] Could not start DefaultDomain:service=XADataSource,name=DefaultDS
> [Service Control] java.lang.VerifyError: (class:
> interbase/interclient/ErrorKey, method: _$372 signature:
> (Ljava/lang/String;Ljava/lang/String;I)V) Expecting to find unitialized
> object on stack
> [Service Control]   at interbase.interclient.Driver.connect(Driver.java:180)
> [Service Control]   at 
>java.sql.DriverManager.getConnection(DriverManager.java:517)
> [Service Control]   at 
>java.sql.DriverManager.getConnection(DriverManager.java:177)
> [Service Control]   at 
>org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl.getXAConnection(XADataSourceImpl.java:118)
> [Service Control]   at 
>org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl.getXAConnection(XADataSourceImpl.java:151)
> [Service Control]   at 
>org.opentools.minerva.jdbc.xa.XAConnectionFactory.createObject(XAConnectionFactory.java:246)
> [Service Control]   at 
>org.opentools.minerva.pool.ObjectPool.createNewObject(ObjectPool.java:819)
> [Service Control]   at 
>org.opentools.minerva.pool.ObjectPool.getObject(ObjectPool.java:569)
> [Service Control]   at 
>org.opentools.minerva.pool.ObjectPool.getObject(ObjectPool.java:521)
> [Service Control]   at 
>org.opentools.minerva.jdbc.xa.XAPoolDataSource.getConnection(XAPoolDataSource.java:165)
> [Service Control]   at 
>org.jboss.jdbc.XADataSourceLoader.startService(XADataSourceLoader.java:330)
> [Service Control]   at 
>org.jboss.util.ServiceMBeanSupport.start(ServiceMBeanSupport.java:93)
> [Service Control]   at java.lang.reflect.Method.invoke(Native Method)
> [Service Control]   at 
>com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
> [Service Control]   at 
>com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
> [Service Control]   at 
>org.jboss.util.ServiceControl.start(ServiceControl.java:97)
> [Service Control]   at java.lang.reflect.Method.invoke(Native Method)
> [Service Control]   at 
>com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
> [Service Control]   at 
>com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
> [Service Control]   at org.jboss.Main.(Main.java:203)
> [Service Control]   at org.jboss.Main$1.run(Main.java:107)
> [Service Control]   at java.security.AccessController.doPrivileged(Native
> Method)
> [Service Control]   at org.jboss.Main.main(Main.java:103)
> 
> 
> 
> what s going wrong there. Please, can sombody help me !
> 
> 
> my configfile jboss.jcml
> 
>   
>name="DefaultDomain:service=JdbcProvider">
>  bute>
>  interbase.interclient.Driver
>   
> 
> 
> 
>name="DefaultDomain:service=XADataSource,name=DefaultDS">
>  DefaultDS
>  name="DataSourceClass">org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl
>  user=evermind;password=evermind
>  name="URL">jdbc:interbase://pluto.lan//opt/interbase/db/altbau_katalog.gdb
>  120
>  10
>  
>  
>  false
>  false
>  false
>  true
>  12
>  180
>  false
>  false
>  1.0
>  0
>   
> 
> 
> Greeting and very much thank you to all the list users, who are helped me
> until yet.
> 
> 
> Thomas
> 
> 
> 
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user
> 


___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] Help Required: Integrating Interbase 6

2001-05-11 Thread Thomas Grnert

Hi,

I try to run jboss, jetty (the default package) with interbase.

The Driver is loaded

[JDBC provider] Initializing
[JDBC provider] Loaded JDBC-driver:interbase.interclient.Driver
[JDBC provider] Initialized
[DefaultDS] Initializing
[DefaultDS] Initialized

and then the Exception at starting Jboss.

[DefaultDS] Starting
[DefaultDS] XA Connection pool DefaultDS bound to java:/DefaultDS
[Service Control] Could not start DefaultDomain:service=XADataSource,name=DefaultDS
[Service Control] java.lang.VerifyError: (class: interbase/interclient/ErrorKey, 
method: _$372 signature: (Ljava/lang/String;Ljava/lang/String;I)V) Expecting to find 
unitialized object on stack
[Service Control]   at interbase.interclient.Driver.connect(Driver.java:180)
[Service Control]   at java.sql.DriverManager.getConnection(DriverManager.java:517)
[Service Control]   at java.sql.DriverManager.getConnection(DriverManager.java:177)
[Service Control]   at 
org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl.getXAConnection(XADataSourceImpl.java:118)
[Service Control]   at 
org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl.getXAConnection(XADataSourceImpl.java:151)
[Service Control]   at 
org.opentools.minerva.jdbc.xa.XAConnectionFactory.createObject(XAConnectionFactory.java:246)
[Service Control]   at 
org.opentools.minerva.pool.ObjectPool.createNewObject(ObjectPool.java:819)
[Service Control]   at 
org.opentools.minerva.pool.ObjectPool.getObject(ObjectPool.java:569)
[Service Control]   at 
org.opentools.minerva.pool.ObjectPool.getObject(ObjectPool.java:521)
[Service Control]   at 
org.opentools.minerva.jdbc.xa.XAPoolDataSource.getConnection(XAPoolDataSource.java:165)
[Service Control]   at 
org.jboss.jdbc.XADataSourceLoader.startService(XADataSourceLoader.java:330)
[Service Control]   at 
org.jboss.util.ServiceMBeanSupport.start(ServiceMBeanSupport.java:93)
[Service Control]   at java.lang.reflect.Method.invoke(Native Method)
[Service Control]   at 
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
[Service Control]   at 
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
[Service Control]   at org.jboss.util.ServiceControl.start(ServiceControl.java:97)
[Service Control]   at java.lang.reflect.Method.invoke(Native Method)
[Service Control]   at 
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
[Service Control]   at 
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
[Service Control]   at org.jboss.Main.(Main.java:203)
[Service Control]   at org.jboss.Main$1.run(Main.java:107)
[Service Control]   at java.security.AccessController.doPrivileged(Native Method)
[Service Control]   at org.jboss.Main.main(Main.java:103)



what s going wrong there. Please, can sombody help me !


my configfile jboss.jcml

  
  
 bute>
 interbase.interclient.Driver
  



  
 DefaultDS
 org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl
 user=evermind;password=evermind
 jdbc:interbase://pluto.lan//opt/interbase/db/altbau_katalog.gdb
 120
 10
 
 
 false
 false
 false
 true
 12
 180
 false
 false
 1.0
 0
  


Greeting and very much thank you to all the list users, who are helped me until yet.


Thomas



___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] Help Required

2001-05-11 Thread K.V. Vinay Menon

Also,
If you want to log the sqls to console [and can live with all the other
crap that shows up!] change the logging threshold from Console logging on
log4j.properties from INFO to DEBUG.

log4j.appender.Console.Threshold=DEBUG

Cheers
Vinay
- Original Message -
From: "Torsten Terp" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, May 11, 2001 10:41 AM
Subject: SV: [JBoss-user] Help Required


> Hi,
>
> You can set the debug flag to true in
jboss/conf//standardjaws.xml...
>
> ^torsten
>
> > -Oprindelig meddelelse-
> > Fra: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]På vegne af Madhu
> > Sendt: 11. maj 2001 11:16
> > Til: [EMAIL PROTECTED]
> > Emne: [JBoss-user] Help Required
> >
> >
> > Hi All,
> >Is there any way through which I can findout the query which is
formed
> > from the finder methods inside the jaws.xml.
> >
> > Thanks in advance
> > Regards,
> > Madhu
> >
> > ___
> > JBoss-user mailing list
> > [EMAIL PROTECTED]
> > http://lists.sourceforge.net/lists/listinfo/jboss-user
> >
> >
>
>
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user


___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] Help Required

2001-05-11 Thread K.V. Vinay Menon

And remember to check server.log under the log directory. The sqls do not
appear on the server console - its being written to the debug log!

Vinay
- Original Message -
From: "Torsten Terp" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, May 11, 2001 10:41 AM
Subject: SV: [JBoss-user] Help Required


> Hi,
>
> You can set the debug flag to true in
jboss/conf//standardjaws.xml...
>
> ^torsten
>
> > -Oprindelig meddelelse-
> > Fra: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]På vegne af Madhu
> > Sendt: 11. maj 2001 11:16
> > Til: [EMAIL PROTECTED]
> > Emne: [JBoss-user] Help Required
> >
> >
> > Hi All,
> >Is there any way through which I can findout the query which is
formed
> > from the finder methods inside the jaws.xml.
> >
> > Thanks in advance
> > Regards,
> > Madhu
> >
> > ___
> > JBoss-user mailing list
> > [EMAIL PROTECTED]
> > http://lists.sourceforge.net/lists/listinfo/jboss-user
> >
> >
>
>
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user


___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



SV: [JBoss-user] Help Required

2001-05-11 Thread Torsten Terp

Hi,

You can set the debug flag to true in jboss/conf//standardjaws.xml...

^torsten

> -Oprindelig meddelelse-
> Fra: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]På vegne af Madhu
> Sendt: 11. maj 2001 11:16
> Til: [EMAIL PROTECTED]
> Emne: [JBoss-user] Help Required
>
>
> Hi All,
>Is there any way through which I can findout the query which is formed
> from the finder methods inside the jaws.xml.
>
> Thanks in advance
> Regards,
> Madhu
>
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user
>
>


___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] Help Required

2001-05-11 Thread Madhu

Hi All,
   Is there any way through which I can findout the query which is formed
from the finder methods inside the jaws.xml. 

Thanks in advance
Regards,
Madhu

___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user