You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Jarek Gawor (JIRA)" <ji...@apache.org> on 2008/11/17 06:28:44 UTC

[jira] Commented: (GERONIMO-4411) Tools.jar expected but not found on Mac OS 10.5.5

    [ https://issues.apache.org/jira/browse/GERONIMO-4411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12648083#action_12648083 ] 

Jarek Gawor commented on GERONIMO-4411:
---------------------------------------

Can you remove the link to tools.jar and redeploy your web services? This is to see if the web services are still deployed ok. You might see the warnings about missing tools.jar file but the web services should be deployed fine. 


> Tools.jar expected but not found on Mac OS 10.5.5
> -------------------------------------------------
>
>                 Key: GERONIMO-4411
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4411
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 2.1.3
>         Environment: Mac OS X 10.5.5
>            Reporter: Karel Michek
>
> @WebService used on EJB3 @Stateless does not generate the service complaining about tools.jar not found. Kevan suggested this:
> $ cd /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0
> $ sudo mkdir lib
> $ cd lib
> $ sudo ln -s ../Classes/classes.jar tools.jar
> then it works. Mac OS Java does not contain the /lib folder nor tools.jar
> Karel 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.