You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by Gabriel Santonja <gs...@unis.fr> on 2003/02/11 14:23:26 UTC

build failed after cvs checkout.

hi all,

I can't build the jakarta jetspeed cvs without error. I've tried with sdk 1.3 and 1.4 on a debian woody. the command i use is ./build.sh war in ./build.


i join the error log. 


Could you help me?.

Thanks.


Re: web-inf in place of WEB-INF was : build failed after cvs checkout.

Posted by David Sean Taylor <da...@bluesunrise.com>.
On Tuesday, February 11, 2003, at 08:58  AM, Gabriel Santonja wrote:

>> Now I can build it but when i want to deploy it in tomcat 4.1.18, I
>> have those errors.
> Ok Jetspeed work but i have had these problems:
>
> - the jetspeed.war contain web-inf in place of WEB-INF. I have place
> all the subdirectories in WEB-INF.
>
> - I have build with jdk 1.4 because with the 1.3 I've had some errors 
> of compilation. So i've use the tomcat 4.1.18-LE-jdk 1.4

How does this happen?
I also develop on Unix and have never had a problem with the WEB-INF 
directory being expanded in the wrong(lower) case.

--
David Sean Taylor
Bluesunrise Software
david@bluesunrise.com
+01 707 773-4646




---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org


web-inf in place of WEB-INF was : build failed after cvs checkout.

Posted by Gabriel Santonja <gs...@unis.fr>.
> Now I can build it but when i want to deploy it in tomcat 4.1.18, I
> have those errors. 
Ok Jetspeed work but i have had these problems:

- the jetspeed.war contain web-inf in place of WEB-INF. I have place 
all the subdirectories in WEB-INF. 
 
- I have build with jdk 1.4 because with the 1.3 I've had some errors of compilation. So i've use the tomcat 4.1.18-LE-jdk 1.4

Cordialy.
___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran�ais !
Yahoo! Mail : http://fr.mail.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org


Re: build failed after cvs checkout.

Posted by Gabriel Santonja <gs...@unis.fr>.
On Tue, 11 Feb 2003 09:35:13 -0500
Paul Spencer <pa...@mindspring.com> wrote:

> Gabriel,
> Due to licensing restrictions, activation.jar as been removed from the 
> CVS.  You will have to get  the file from Sun and place it in the lib 
> directrory.
>      http://java.sun.com/products/javabeans/glasgow/jaf.html
> 

Rognugnu 

i've read a message on the dev list  yesterday and i don't understand like that. Sorry.

Now I can build it but when i want to deploy it in tomcat 4.1.18, I have those errors.

org.apache.jasper.JasperException: ServiceBroker: unknown service PoolService requested
	at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:248)
	at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
	at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)

and this one : 

org.apache.turbine.services.InstantiationException: ServiceBroker: unknown service PoolService requested
	at org.apache.turbine.services.BaseServiceBroker.getServiceInstance(BaseServiceBroker.java:354)
	at org.apache.turbine.services.BaseServiceBroker.getService(BaseServiceBroker.java:296)
	at org.apache.turbine.util.RunDataFactory.putRunData(RunDataFactory.java:226)
	at org.apache.turbine.Turbine.doGet(Turbine.java:643)
 
___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran�ais !
Yahoo! Mail : http://fr.mail.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org


Re: build failed after cvs checkout.

Posted by Paul Spencer <pa...@mindspring.com>.
Gabriel,
Due to licensing restrictions, activation.jar as been removed from the 
CVS.  You will have to get  the file from Sun and place it in the lib 
directrory.
     http://java.sun.com/products/javabeans/glasgow/jaf.html

Paul Spencer

Gabriel Santonja wrote:

>On Tue, 11 Feb 2003 08:37:40 -0500
>Paul Spencer <pa...@mindspring.com> wrote:
>
>  
>
>>Gabriel,
>>
>>And the error you are getting is?
>>    
>>
>Oh, my log file in attachment has disapeared.
>
>5 errors like that:
>    [javac] /mnt/sav2/unis16/src/jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions/portlets/QuestionnaireAction.java:82: package javax.activation does not exist
>    [javac] import javax.activation.FileDataSource;
>  
>for this too
>  [javac] import javax.activation.DataHandler;
>
>Thanks.
>
>
>
>
>_______________
>
>so and sorry for the 80 letters by line:
>
>    [javac] Note: Some input files use or override a deprecated API.
>    [javac] Note: Recompile with -deprecation for details.
>    [javac] /mnt/sav2/unis16/src/jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions/portlets/QuestionnaireAction.java:82: package javax.activation does not exist
>    [javac] import javax.activation.FileDataSource;
>    [javac]                         ^
>    [javac] /mnt/sav2/unis16/src/jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions/portlets/QuestionnaireAction.java:83: package javax.activation does not exist
>    [javac] import javax.activation.DataHandler;
>    [javac]                         ^
>    [javac] /mnt/sav2/unis16/src/jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions/portlets/QuestionnaireAction.java:212: cannot resolve symbol
>    [javac] symbol  : class FileDataSource 
>    [javac] location: class org.apache.jetspeed.modules.actions.portlets.QuestionnaireAction
>    [javac]                     FileDataSource fds = new FileDataSource(emailAttachment);
>    [javac]                     ^
>    [javac] /mnt/sav2/unis16/src/jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions/portlets/QuestionnaireAction.java:212: cannot resolve symbol
>    [javac] symbol  : class FileDataSource 
>    [javac] location: class org.apache.jetspeed.modules.actions.portlets.QuestionnaireAction
>    [javac]                     FileDataSource fds = new FileDataSource(emailAttachment);
>    [javac]                                              ^
>    [javac] /mnt/sav2/unis16/src/jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions/portlets/QuestionnaireAction.java:213: cannot resolve symbol
>    [javac] symbol  : class DataHandler 
>    [javac] location: class org.apache.jetspeed.modules.actions.portlets.QuestionnaireAction
>    [javac]                     mbp2.setDataHandler(new DataHandler(fds));
>    [javac]                                             ^
>    [javac] Note: Some input files use or override a deprecated API.
>    [javac] Note: Recompile with -deprecation for details.
>    [javac] 5 errors
>
>BUILD FAILED
>file:/mnt/sav2/unis16/src/jakarta-jetspeed/build/build.xml:300: Compile failed; see the compiler error output for details.
>
>Total time: 23 seconds
>
>___________________________________________________________
>Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
>Yahoo! Mail : http://fr.mail.yahoo.com
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org
>
>
>  
>




---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org


Re: build failed after cvs checkout.

Posted by Gabriel Santonja <gs...@unis.fr>.
On Tue, 11 Feb 2003 08:37:40 -0500
Paul Spencer <pa...@mindspring.com> wrote:

> Gabriel,
> 
> And the error you are getting is?
Oh, my log file in attachment has disapeared.

5 errors like that:
    [javac] /mnt/sav2/unis16/src/jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions/portlets/QuestionnaireAction.java:82: package javax.activation does not exist
    [javac] import javax.activation.FileDataSource;
  
for this too
  [javac] import javax.activation.DataHandler;

Thanks.




_______________

so and sorry for the 80 letters by line:

    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -deprecation for details.
    [javac] /mnt/sav2/unis16/src/jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions/portlets/QuestionnaireAction.java:82: package javax.activation does not exist
    [javac] import javax.activation.FileDataSource;
    [javac]                         ^
    [javac] /mnt/sav2/unis16/src/jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions/portlets/QuestionnaireAction.java:83: package javax.activation does not exist
    [javac] import javax.activation.DataHandler;
    [javac]                         ^
    [javac] /mnt/sav2/unis16/src/jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions/portlets/QuestionnaireAction.java:212: cannot resolve symbol
    [javac] symbol  : class FileDataSource 
    [javac] location: class org.apache.jetspeed.modules.actions.portlets.QuestionnaireAction
    [javac]                     FileDataSource fds = new FileDataSource(emailAttachment);
    [javac]                     ^
    [javac] /mnt/sav2/unis16/src/jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions/portlets/QuestionnaireAction.java:212: cannot resolve symbol
    [javac] symbol  : class FileDataSource 
    [javac] location: class org.apache.jetspeed.modules.actions.portlets.QuestionnaireAction
    [javac]                     FileDataSource fds = new FileDataSource(emailAttachment);
    [javac]                                              ^
    [javac] /mnt/sav2/unis16/src/jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions/portlets/QuestionnaireAction.java:213: cannot resolve symbol
    [javac] symbol  : class DataHandler 
    [javac] location: class org.apache.jetspeed.modules.actions.portlets.QuestionnaireAction
    [javac]                     mbp2.setDataHandler(new DataHandler(fds));
    [javac]                                             ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -deprecation for details.
    [javac] 5 errors

BUILD FAILED
file:/mnt/sav2/unis16/src/jakarta-jetspeed/build/build.xml:300: Compile failed; see the compiler error output for details.

Total time: 23 seconds

___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran�ais !
Yahoo! Mail : http://fr.mail.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org


Re: build failed after cvs checkout.

Posted by Paul Spencer <pa...@mindspring.com>.
Gabriel,

And the error you are getting is?

Paul Spencer

Gabriel Santonja wrote:

>hi all,
>
>I can't build the jakarta jetspeed cvs without error. I've tried with sdk 1.3 and 1.4 on a debian woody. the command i use is ./build.sh war in ./build.
>
>
>i join the error log. 
>
>
>Could you help me?.
>
>Thanks.
>
>  
>
>------------------------------------------------------------------------
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org
>




---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org