[ 
https://issues.apache.org/jira/browse/FELIX-2235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12849706#action_12849706
 ] 

Valentin Valchev commented on FELIX-2235:
-----------------------------------------

Oops, it works correctly with SUN JDK but ...I've been testing with J9 VM where 
it actually happens.

Obviously J9 uses lazy resolving for classes, and it loads successfully because 
the initial dependencies are met. Later, when calling object methods, it will 
throw exception, because the required class is not available.

Adding :
    private static final String DEPL_SERVICE = DeploymentAdmin.class.getName();

solves the problem. I'll commit the change.

> Deployment plugin fails with internal server error
> --------------------------------------------------
>
>                 Key: FELIX-2235
>                 URL: https://issues.apache.org/jira/browse/FELIX-2235
>             Project: Felix
>          Issue Type: Bug
>          Components: Web Console
>    Affects Versions: webconsole-3.0.0
>            Reporter: Valentin Valchev
>
> The deployment admin API is not exported at all, but the deployment plugin is 
> shown in the web console.
> When selected, the server will generate internal server error.

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

Reply via email to