Re: [JBoss-user] problem with JBoss 3.2.3 - Struts 1.1

2004-02-20 Thread JAIME GOMEZ
Thank, I try , but do you suggest  me that I need to copy all jar of my
application  inside the WEB-INF/ lib of my application?

>>> [EMAIL PROTECTED] 20/02 7:46 >>>
We run struts based applications under 3.2.3 with no problem.  I was 
always under the impression, though, that all of the struts jar files 
needed to go in the lib directory under the application's WEB-INF and 
not in the server's lib directory.  (Each application has its own
jars).

JAIME GOMEZ wrote:

>Hi people, I have an application ( with Struts ) which ran vey well
in
>JBoss-2.4.4-Tomcat- 3.2.3 I , I decided to migrate a JBoss3.2.3 ,
first
>I copied all jar file of struts in the directory
>$JBOSS_HOME/server/default/lib  and  when I deploy mi application (
ear
>file ) and start my first web client ( Internet Explorer) in the
console
>of my JBoss , i saw the following message :
>
>
>2004-02-20 09:36:13,377 INFO  [org.jboss.web.localhost.Engine] Error
>compiling file:
>/home/devteam/tools/jboss-3.2.3/server/default/work/MainEngine/localhost/campus.war/logon_jsp.java
>[javac] Compiling 1 source file
>[javac]
>/home/devteam/tools/jboss-3.2.3/server/default/work/MainEngine/localhost/campus.war/logon_jsp.java:161:
>cannot resolve symbol
>[javac] symbol  : method doAfterBody ()
>[javac] location: class org.apache.struts.taglib.html.HtmlTag
>[javac]   int evalDoAfterBody =
>_jspx_th_html_html_0.doAfterBody();
>[javac] ^
>[javac]
>/home/devteam/tools/jboss-3.2.3/server/default/work/MainEngine/localhost/campus.war/logon_jsp.java:162:
>cannot resolve symbol
>[javac] symbol  : variable EVAL_BODY_AGAIN 
>[javac] location: interface javax.servlet.jsp.tagext.BodyTag
>[javac]   if (evalDoAfterBody !=
>javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
>[javac]   

> ^
>[javac]
>/home/devteam/tools/jboss-3.2.3/server/default/work/MainEngine/localhost/campus.war/logon_jsp.java:173:
>handlePageException(java.lang.Exception) in
>javax.servlet.jsp.PageContext cannot be applied to
>(java.lang.Throwable)
>[javac]   if (pageContext != null)
>pageContext.handlePageException(t);
>[javac]   ^
>[javac]
>/home/devteam/tools/jboss-3.2.3/server/default/work/MainEngine/localhost/campus.war/logon_jsp.java:256:
>cannot resolve symbol
>[javac] symbol  : variable EVAL_BODY_AGAIN 
>[javac] location: interface javax.servlet.jsp.tagext.BodyTag
>[javac] if (evalDoAfterBody !=
>javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
>[javac]   

>   ^
>[javac] 4 errors
> .
>
>I don;t have any idea  what happen? any know the solution or any
>explanation
>
>Jaime Gomez
>
>
>---
>SF.Net is sponsored by: Speed Start Your Linux Apps Now.
>Build and deploy apps & Web services for Linux with
>a free DVD software kit from IBM. Click Now!
>http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click 
>___
>JBoss-user mailing list
>[EMAIL PROTECTED] 
>https://lists.sourceforge.net/lists/listinfo/jboss-user 
>  
>



---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click 
___
JBoss-user mailing list
[EMAIL PROTECTED] 
https://lists.sourceforge.net/lists/listinfo/jboss-user


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] problem with JBoss 3.2.3 - Struts 1.1

2004-02-20 Thread Brad Balmer
We run struts based applications under 3.2.3 with no problem.  I was 
always under the impression, though, that all of the struts jar files 
needed to go in the lib directory under the application's WEB-INF and 
not in the server's lib directory.  (Each application has its own jars).

JAIME GOMEZ wrote:

Hi people, I have an application ( with Struts ) which ran vey well in
JBoss-2.4.4-Tomcat- 3.2.3 I , I decided to migrate a JBoss3.2.3 , first
I copied all jar file of struts in the directory
$JBOSS_HOME/server/default/lib  and  when I deploy mi application ( ear
file ) and start my first web client ( Internet Explorer) in the console
of my JBoss , i saw the following message :
2004-02-20 09:36:13,377 INFO  [org.jboss.web.localhost.Engine] Error
compiling file:
/home/devteam/tools/jboss-3.2.3/server/default/work/MainEngine/localhost/campus.war/logon_jsp.java
   [javac] Compiling 1 source file
   [javac]
/home/devteam/tools/jboss-3.2.3/server/default/work/MainEngine/localhost/campus.war/logon_jsp.java:161:
cannot resolve symbol
   [javac] symbol  : method doAfterBody ()
   [javac] location: class org.apache.struts.taglib.html.HtmlTag
   [javac]   int evalDoAfterBody =
_jspx_th_html_html_0.doAfterBody();
   [javac] ^
   [javac]
/home/devteam/tools/jboss-3.2.3/server/default/work/MainEngine/localhost/campus.war/logon_jsp.java:162:
cannot resolve symbol
   [javac] symbol  : variable EVAL_BODY_AGAIN 
   [javac] location: interface javax.servlet.jsp.tagext.BodyTag
   [javac]   if (evalDoAfterBody !=
javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
   [javac]
^
   [javac]
/home/devteam/tools/jboss-3.2.3/server/default/work/MainEngine/localhost/campus.war/logon_jsp.java:173:
handlePageException(java.lang.Exception) in
javax.servlet.jsp.PageContext cannot be applied to
(java.lang.Throwable)
   [javac]   if (pageContext != null)
pageContext.handlePageException(t);
   [javac]   ^
   [javac]
/home/devteam/tools/jboss-3.2.3/server/default/work/MainEngine/localhost/campus.war/logon_jsp.java:256:
cannot resolve symbol
   [javac] symbol  : variable EVAL_BODY_AGAIN 
   [javac] location: interface javax.servlet.jsp.tagext.BodyTag
   [javac] if (evalDoAfterBody !=
javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
   [javac]
  ^
   [javac] 4 errors
.

I don;t have any idea  what happen? any know the solution or any
explanation
Jaime Gomez

---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user
 



---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] Problem with JBoss and ejbql

2003-01-28 Thread Jon Haugsand
* Jon Haugsand
> Is anyone able to tell me what is wrong with the following ejbql
> expression (formatted for readability):
> 
> 
> 

It seems as >= is not allowed.  It worked when I changed into
vp.forfallsDato > ?1 OR vp.forfallsDato = ?1.

-- 
 Jon Haugsand, [EMAIL PROTECTED]
 http://www.norges-bank.no



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] Problem with JBoss and ejbql

2003-01-27 Thread Jon Haugsand
* Alex Loubyansky
> sorry for stupid question, but didn't you accidently add '(' when formatted for 
>readability?
> you can also remove brackets around IS NULL expression.

Actually, I originally did not have the parenthesis, but I included them
and retried against JBoss.  So, no, I did not include them just now.
(The warning text also says so:
"Encountered "vp.forfallsDato IS NULL ) OR ...")

> 
> alex
> 
> Monday, January 27, 2003, 12:48:06 PM, you wrote:
> 
> JH> Is anyone able to tell me what is wrong with the following ejbql
> JH> expression (formatted for readability):
> 
> JH> 
> JH> 
> 
> JH> It fails with the following:
> 
> JH> 11:41:44,830 WARN  [ServiceController] Problem starting service 
>jboss.j2ee:service=EJB,jndiName=norgesbank/bank/sil/entiteter/verdipapir/VerdipapirLocal
> JH> org.jboss.deployment.DeploymentException: Error compiling ejbql; - nested 
>throwable: (org.jboss.ejb.plugins.cmp.ejbql.ParseException: Encountered 
>"vp.forfallsDato IS NULL ) OR vp.forfallsDato >="
> JH> at line 1, column 211.
> JH> Was expecting one of:
> JH> "ABS" ...
> JH> "LENGTH" ...
> JH> "LOCATE" ...
> JH> "SQRT" ...
> JH> "(" ...
> JH> "+" ...

-- 
 Jon Haugsand, [EMAIL PROTECTED]
 http://www.norges-bank.no



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] Problem with JBoss and ejbql

2003-01-27 Thread Alex Loubyansky
sorry for stupid question, but didn't you accidently add '(' when formatted for 
readability?
you can also remove brackets around IS NULL expression.

alex

Monday, January 27, 2003, 12:48:06 PM, you wrote:

JH> Is anyone able to tell me what is wrong with the following ejbql
JH> expression (formatted for readability):

JH> 
JH> 

JH> It fails with the following:

JH> 11:41:44,830 WARN  [ServiceController] Problem starting service 
jboss.j2ee:service=EJB,jndiName=norgesbank/bank/sil/entiteter/verdipapir/VerdipapirLocal
JH> org.jboss.deployment.DeploymentException: Error compiling ejbql; - nested 
throwable: (org.jboss.ejb.plugins.cmp.ejbql.ParseException: Encountered 
"vp.forfallsDato IS NULL ) OR vp.forfallsDato >="
JH> at line 1, column 211.
JH> Was expecting one of:
JH> "ABS" ...
JH> "LENGTH" ...
JH> "LOCATE" ...
JH> "SQRT" ...
JH> "(" ...
JH> "+" ...




---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



RE: [JBoss-user] Problem with JBOSS

2002-04-17 Thread JD Brennan
Title: RE: [JBoss-user] Problem with JBOSS



It's the Java runtime that could be compiled 
with debug support (not JBoss),
but that's not 
necessary.  gdb can be used to debug a program that 
was
not compiled with debug info.   You 
just get less information (no file name,
and line numbers).  The stack trace should 
still tell you what .so file is
causing the 
problem.
 
JD
 
-Original Message-From: jaime1 
[mailto:[EMAIL PROTECTED]]Sent: Wednesday, April 17, 2002 3:12 
PMTo: JD Brennan; [EMAIL PROTECTED]Subject: 
Re: [JBoss-user] Problem with JBOSS
I don't sure but for run Jboss with gdb , the Jboss 
shoul be compile with the option for support the gdb, the version 
 
do you knwon if  JBoss-2.4.4_Tomcat-3.2.3.zip  
have this option ?
 
regards
Jaime
 
 

  - Original Message - 
  From: 
  JD Brennan 
  To: 'jaime1' ; 
  [EMAIL PROTECTED] 
  
  Sent: Wednesday, April 17, 2002 4:12 
  PM
  Subject: RE: [JBoss-user] Problem with 
  JBOSS
  
  Attach gdb to the JBoss java process before you deploy (or 
  run). Then you should get a stack trace and maybe that 
  will provide a clue as to what's going wrong.  
  It's probably a bad pointer in a JNI call. ;-)  
  If you can figure out which JNI .so file, then we can 
  dig into that. 
  JD 
  -Original Message- From: 
  jaime1 [mailto:[EMAIL PROTECTED]] 
  Sent: Wednesday, April 17, 2002 1:29 PM To: [EMAIL PROTECTED] 
  Subject: [JBoss-user] Problem with JBOSS 
  People when i run my application tecedu.ear , after de 30 
  minutes i have the following message 
  ./run.sh : line 27 : 23759 Segmentation fault  java 
  $HOTSPOT $JAXP -classpath $JBOSS_CLASSPATH 
  org.jboss.Main $@ 
  i use BMP for mi application and when deployment my 
  application, i don't any anormal message, anybody have 
  an idea about what's my problem 
  Regards Jaime 
  ___ 
  JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user 
  


Re: [JBoss-user] Problem with JBOSS

2002-04-17 Thread jaime1
Title: RE: [JBoss-user] Problem with JBOSS



I don't sure but for run Jboss with gdb , the Jboss 
shoul be compile with the option for support the gdb, the version 
 
do you knwon if  JBoss-2.4.4_Tomcat-3.2.3.zip  
have this option ?
 
regards
Jaime
 
 

  - Original Message - 
  From: 
  JD Brennan 
  To: 'jaime1' ; 
  [EMAIL PROTECTED] 
  
  Sent: Wednesday, April 17, 2002 4:12 
  PM
  Subject: RE: [JBoss-user] Problem with 
  JBOSS
  
  Attach gdb to the JBoss java process before you deploy (or 
  run). Then you should get a stack trace and maybe that 
  will provide a clue as to what's going wrong.  
  It's probably a bad pointer in a JNI call. ;-)  
  If you can figure out which JNI .so file, then we can 
  dig into that. 
  JD 
  -Original Message- From: 
  jaime1 [mailto:[EMAIL PROTECTED]] 
  Sent: Wednesday, April 17, 2002 1:29 PM To: [EMAIL PROTECTED] 
  Subject: [JBoss-user] Problem with JBOSS 
  People when i run my application tecedu.ear , after de 30 
  minutes i have the following message 
  ./run.sh : line 27 : 23759 Segmentation fault  java 
  $HOTSPOT $JAXP -classpath $JBOSS_CLASSPATH 
  org.jboss.Main $@ 
  i use BMP for mi application and when deployment my 
  application, i don't any anormal message, anybody have 
  an idea about what's my problem 
  Regards Jaime 
  ___ 
  JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user 
  


RE: [JBoss-user] Problem with JBOSS

2002-04-17 Thread JD Brennan
Title: RE: [JBoss-user] Problem with JBOSS





Attach gdb to the JBoss java process before you deploy (or run).
Then you should get a stack trace and maybe that will provide
a clue as to what's going wrong.  It's probably a bad pointer in
a JNI call. ;-)  If you can figure out which JNI .so file, then
we can dig into that.


JD


-Original Message-
From: jaime1 [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 17, 2002 1:29 PM
To: [EMAIL PROTECTED]
Subject: [JBoss-user] Problem with JBOSS



People when i run my application tecedu.ear , after de 30 minutes i have the
following message


./run.sh : line 27 : 23759 Segmentation fault  java $HOTSPOT
$JAXP -classpath $JBOSS_CLASSPATH org.jboss.Main $@


i use BMP for mi application and when deployment my application, i don't any
anormal message, anybody have an idea about what's my problem


Regards
Jaime




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





Re: [JBoss-user] problem with jboss with catalina

2001-10-18 Thread Pasturel

Manu KY wrote:

> hello all,
> i installed jboss with catalina.
> but when the jsp and servelts in examples in catalina are invoked i 
> get a 404 error.
> please help
>
> thanks in advance,
> manu
>
>
> _
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
>
>
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
>
It is normal.
You have to repackage the catalina examples as .war applications and 
deploy them in de jboss/deploy directory

-- 
---
Jean-Louis PASTURELmail  [EMAIL PROTECTED]  
Perso http://perso.wanadoo.fr/jean-louis.pasturel/
___




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



RE: [JBoss-user] Problem with JBoss-2.4.0_Tomcat-3.2.2 and Apache SOAP 2.2

2001-07-16 Thread Daryl Beattie

Dear Cecile,

Thanks for your reply. The problem ended up to be what you mentioned
(along with what Claudia said about the deployment descriptor). Not only the
classpath issue, but the deployment issue too!
So, in summary, I think your suggestion hit the nail right on the
head. Thanks! :)

Sincerely,

Daryl.


> -Original Message-
> From: Saint-Martin Cecile [mailto:[EMAIL PROTECTED]]
> Sent: Monday, July 16, 2001 3:11 AM
> To: [EMAIL PROTECTED]
> Subject: RE: [JBoss-user] Problem with JBoss-2.4.0_Tomcat-3.2.2 and
> Apache SOAP 2.2
> 
> 
> The class ce.ready2ware.authentication.AuthenticationService 
> must be in
> Tomcat classpath.
> 
> SAINT-MARTIN Cecile
> [EMAIL PROTECTED]
> 
> > -Message d'origine-
> > De : [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]De la part de Daryl
> > Beattie
> > Envoyé : vendredi 13 juillet 2001 17:31
> > À : [EMAIL PROTECTED]
> > Objet : [JBoss-user] Problem with JBoss-2.4.0_Tomcat-3.2.2 
> and Apache
> > SOAP 2.2
> >
> >
> > Hi everybody,
> >
> > Sorry to bug you all with this; it might very well 
> be a soap-users
> > question. But for some reason the soap-users list won't let me
> > subscribe. :(
> > I am getting the following error while trying to 
> run a SOAP client
> > with JBoss-2.4.0, Tomcat 3.2.2 and Apache SOAP 2.2. I am using
> > Xerces 1.4.1,
> > and I think I have the classpath set up correctly... but I 
> can never be
> > sure. I read in the Apache SOAP archives that the problem 
> I'm having is
> > probably due to a classpath issue, but I've fiddled with 
> the classpath so
> > much and nothing has worked. This is what I get when starting the
> > server and
> > then starting the client:
> >
> > C:\projects\CE3\ready2ware\build>java -cp
> > c:\projects\CE3\ready2ware\build\Authentication.jar;c:\xml\soap-2_
> > 2\lib\soap
> > .jar;c:\xml\JBoss-2.4.0_Tomcat-3.2.2\jboss\lib\ext\xerces-J_1.4.1.
> > jar;c:\xml
> > \JBoss-2.4.0_Tomcat-3.2.2\jboss\lib\ext\mail.jar;c:\xml\JBoss-2.4.
> > 0_Tomcat-3
> > .2.2\jboss\lib\ext\activation.jar
> > org.apache.soap.server.ServiceManagerClient
> > http://localhost:8080/soap/servlet/rpcrouter deploy
> > c:\projects\CE3\ready2ware\src\com\screamingmedia\ce\ready2ware\au
> > thenticati
> > on\DeploymentDescriptor.xml
> >
> > C:\projects\CE3\ready2ware\build>java -cp
> > c:\projects\CE3\ready2ware\build\Authentication.jar;c:\xml\soap-2_
> > 2\lib\soap
> > .jar;c:\xml\JBoss-2.4.0_Tomcat-3.2.2\jboss\lib\ext\xerces-J_1.4.1.
> > jar;c:\xml
> > \JBoss-2.4.0_Tomcat-3.2.2\jboss\lib\ext\mail.jar;c:\xml\JBoss-2.4.
> > 0_Tomcat-3
> > .2.2\jboss\lib\ext\activation.jar
> > com.screamingmedia.ce.ready2ware.authentication.GetAuthentication
> > http://localhost:8080/soap/servlet/rpcrouter 3826 
> screamingmedia.com/
> > Generated fault:
> >   Fault Code   = SOAP-ENV:Server.BadTargetObjectURI
> >   Fault String = Unable to resolve target object:
> > ce.ready2ware.authentication.AuthenticationService
> > done
> >
> > I would appreciate any input. Thanks. :)
> >
> > Sincerely,
> >
> > Daryl.
> >
> > Daryl Beattie
> > Java Developer/Research and Development
> > ScreamingMedia
> > 601 West 26 Street 13 Floor
> > New York New York 10001
> > T 212 691 7900 F 212 691 1483
> > Direct 212 659 1895
> > www.screamingmedia.com
> >
> >
> > ScreamingMedia makes headlines
> >
> > ___
> > 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] Problem with JBoss-2.4.0_Tomcat-3.2.2 and Apache SOAP 2.2

2001-07-16 Thread Claudia Pulgarin

I think your deployment descriptor describes the service as being on
ce.ready2ware.authentication.AuthenticationService when in fact the class is
in the package
com.screamingmedia.ce.ready2ware.authentication.AuthenticationService

cpp

-Original Message-
From: Saint-Martin Cecile [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 16, 2001 3:11 AM
To: [EMAIL PROTECTED]
Subject: RE: [JBoss-user] Problem with JBoss-2.4.0_Tomcat-3.2.2 and
Apache SOAP 2.2


The class ce.ready2ware.authentication.AuthenticationService must be in
Tomcat classpath.

SAINT-MARTIN Cecile
[EMAIL PROTECTED]

> -Message d'origine-
> De : [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]De la part de Daryl
> Beattie
> Envoyé : vendredi 13 juillet 2001 17:31
> À : [EMAIL PROTECTED]
> Objet : [JBoss-user] Problem with JBoss-2.4.0_Tomcat-3.2.2 and Apache
> SOAP 2.2
>
>
> Hi everybody,
>
> Sorry to bug you all with this; it might very well be a soap-users
> question. But for some reason the soap-users list won't let me
> subscribe. :(
> I am getting the following error while trying to run a SOAP client
> with JBoss-2.4.0, Tomcat 3.2.2 and Apache SOAP 2.2. I am using
> Xerces 1.4.1,
> and I think I have the classpath set up correctly... but I can never be
> sure. I read in the Apache SOAP archives that the problem I'm having is
> probably due to a classpath issue, but I've fiddled with the classpath so
> much and nothing has worked. This is what I get when starting the
> server and
> then starting the client:
>
> C:\projects\CE3\ready2ware\build>java -cp
> c:\projects\CE3\ready2ware\build\Authentication.jar;c:\xml\soap-2_
> 2\lib\soap
> .jar;c:\xml\JBoss-2.4.0_Tomcat-3.2.2\jboss\lib\ext\xerces-J_1.4.1.
> jar;c:\xml
> \JBoss-2.4.0_Tomcat-3.2.2\jboss\lib\ext\mail.jar;c:\xml\JBoss-2.4.
> 0_Tomcat-3
> .2.2\jboss\lib\ext\activation.jar
> org.apache.soap.server.ServiceManagerClient
> http://localhost:8080/soap/servlet/rpcrouter deploy
> c:\projects\CE3\ready2ware\src\com\screamingmedia\ce\ready2ware\au
> thenticati
> on\DeploymentDescriptor.xml
>
> C:\projects\CE3\ready2ware\build>java -cp
> c:\projects\CE3\ready2ware\build\Authentication.jar;c:\xml\soap-2_
> 2\lib\soap
> .jar;c:\xml\JBoss-2.4.0_Tomcat-3.2.2\jboss\lib\ext\xerces-J_1.4.1.
> jar;c:\xml
> \JBoss-2.4.0_Tomcat-3.2.2\jboss\lib\ext\mail.jar;c:\xml\JBoss-2.4.
> 0_Tomcat-3
> .2.2\jboss\lib\ext\activation.jar
> com.screamingmedia.ce.ready2ware.authentication.GetAuthentication
> http://localhost:8080/soap/servlet/rpcrouter 3826 screamingmedia.com/
> Generated fault:
>   Fault Code   = SOAP-ENV:Server.BadTargetObjectURI
>   Fault String = Unable to resolve target object:
> ce.ready2ware.authentication.AuthenticationService
> done
>
> I would appreciate any input. Thanks. :)
>
> Sincerely,
>
> Daryl.
>
> Daryl Beattie
> Java Developer/Research and Development
> ScreamingMedia
> 601 West 26 Street 13 Floor
> New York New York 10001
> T 212 691 7900 F 212 691 1483
> Direct 212 659 1895
> www.screamingmedia.com
>
>
> ScreamingMedia makes headlines
>
> ___
> 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] Problem with JBoss-2.4.0_Tomcat-3.2.2 and Apache SOAP 2.2

2001-07-15 Thread Saint-Martin Cecile

The class ce.ready2ware.authentication.AuthenticationService must be in
Tomcat classpath.

SAINT-MARTIN Cecile
[EMAIL PROTECTED]

> -Message d'origine-
> De : [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]De la part de Daryl
> Beattie
> Envoyé : vendredi 13 juillet 2001 17:31
> À : [EMAIL PROTECTED]
> Objet : [JBoss-user] Problem with JBoss-2.4.0_Tomcat-3.2.2 and Apache
> SOAP 2.2
>
>
> Hi everybody,
>
> Sorry to bug you all with this; it might very well be a soap-users
> question. But for some reason the soap-users list won't let me
> subscribe. :(
> I am getting the following error while trying to run a SOAP client
> with JBoss-2.4.0, Tomcat 3.2.2 and Apache SOAP 2.2. I am using
> Xerces 1.4.1,
> and I think I have the classpath set up correctly... but I can never be
> sure. I read in the Apache SOAP archives that the problem I'm having is
> probably due to a classpath issue, but I've fiddled with the classpath so
> much and nothing has worked. This is what I get when starting the
> server and
> then starting the client:
>
> C:\projects\CE3\ready2ware\build>java -cp
> c:\projects\CE3\ready2ware\build\Authentication.jar;c:\xml\soap-2_
> 2\lib\soap
> .jar;c:\xml\JBoss-2.4.0_Tomcat-3.2.2\jboss\lib\ext\xerces-J_1.4.1.
> jar;c:\xml
> \JBoss-2.4.0_Tomcat-3.2.2\jboss\lib\ext\mail.jar;c:\xml\JBoss-2.4.
> 0_Tomcat-3
> .2.2\jboss\lib\ext\activation.jar
> org.apache.soap.server.ServiceManagerClient
> http://localhost:8080/soap/servlet/rpcrouter deploy
> c:\projects\CE3\ready2ware\src\com\screamingmedia\ce\ready2ware\au
> thenticati
> on\DeploymentDescriptor.xml
>
> C:\projects\CE3\ready2ware\build>java -cp
> c:\projects\CE3\ready2ware\build\Authentication.jar;c:\xml\soap-2_
> 2\lib\soap
> .jar;c:\xml\JBoss-2.4.0_Tomcat-3.2.2\jboss\lib\ext\xerces-J_1.4.1.
> jar;c:\xml
> \JBoss-2.4.0_Tomcat-3.2.2\jboss\lib\ext\mail.jar;c:\xml\JBoss-2.4.
> 0_Tomcat-3
> .2.2\jboss\lib\ext\activation.jar
> com.screamingmedia.ce.ready2ware.authentication.GetAuthentication
> http://localhost:8080/soap/servlet/rpcrouter 3826 screamingmedia.com/
> Generated fault:
>   Fault Code   = SOAP-ENV:Server.BadTargetObjectURI
>   Fault String = Unable to resolve target object:
> ce.ready2ware.authentication.AuthenticationService
> done
>
> I would appreciate any input. Thanks. :)
>
> Sincerely,
>
> Daryl.
>
> Daryl Beattie
> Java Developer/Research and Development
> ScreamingMedia
> 601 West 26 Street 13 Floor
> New York New York 10001
> T 212 691 7900 F 212 691 1483
> Direct 212 659 1895
> www.screamingmedia.com
>
>
> ScreamingMedia makes headlines
>
> ___
> 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] Problem with JBoss+Tomcat+Posgresql

2001-04-19 Thread toby cabot

> I'm using Tomcat3.2, jdk1.2.2(or Jdk1.3), Postgreql7.0.2 
> under linux mandrake 7.2.
> 
> After configuring jboss.jcml and jboss.conf, I try to 
>start jboss and I've got nothing.
> Jboss begin to start using default config file and then 
> it frozen and I've to do Ctrl-c.

Do you have an empty password attribute element?  One of the guys here
got the same behavior when he tried to start up with an empty password
element (he had pgsql set up to trust).  I do, too, but have a bogus
password just so that it's not empty:

foo

HTH



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