You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Mateusz Nowakowski (JIRA)" <ji...@apache.org> on 2009/05/14 10:30:45 UTC

[jira] Created: (ODE-604) Duplicated Manifest-Version in ode-agents.jar

Duplicated Manifest-Version in ode-agents.jar
---------------------------------------------

                 Key: ODE-604
                 URL: https://issues.apache.org/jira/browse/ODE-604
             Project: ODE
          Issue Type: Bug
          Components: Build System
    Affects Versions: 1.3.2
         Environment: ODE 1.3.2, Fuse 3.4.0.2
            Reporter: Mateusz Nowakowski
             Fix For: 1.3.3


ODE logs on standard output during startup:

2009-05-12 17:02:39 java.util.jar.Attributes read
WARNING: Duplicate name in Manifest: Manifest-Version.
Ensure that the manifest does not have duplicate entries, and
that blank lines separate individual sections in both your
manifest and in the META-INF/MANIFEST.MF entry in the jar file.
2009-05-12 17:02:40 java.util.jar.Attributes read
WARNING: Duplicate name in Manifest: Manifest-Version.
Ensure that the manifest does not have duplicate entries, and
that blank lines separate individual sections in both your
manifest and in the META-INF/MANIFEST.MF entry in the jar file.

It comes form ode-agents-1.3.2.jar which contains:

Manifest-Version: 1.0
Created-By: Buildr
Manifest-Version: 1.0
Premain-Class: org.apache.ode.agents.memory.SizingAgent


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


[jira] Resolved: (ODE-604) Duplicated Manifest-Version in ode-agents.jar

Posted by "Karthick Sankarachary (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karthick Sankarachary resolved ODE-604.
---------------------------------------

    Resolution: Fixed

The warning message in the server log is just that - a warning. In any case, after revision 774856, you should not see that warning anymore.

> Duplicated Manifest-Version in ode-agents.jar
> ---------------------------------------------
>
>                 Key: ODE-604
>                 URL: https://issues.apache.org/jira/browse/ODE-604
>             Project: ODE
>          Issue Type: Bug
>          Components: Build System
>    Affects Versions: 1.3.2
>         Environment: ODE 1.3.2, Fuse 3.4.0.2
>            Reporter: Mateusz Nowakowski
>            Assignee: Karthick Sankarachary
>             Fix For: 1.3.3
>
>
> ODE logs on standard output during startup:
> 2009-05-12 17:02:39 java.util.jar.Attributes read
> WARNING: Duplicate name in Manifest: Manifest-Version.
> Ensure that the manifest does not have duplicate entries, and
> that blank lines separate individual sections in both your
> manifest and in the META-INF/MANIFEST.MF entry in the jar file.
> 2009-05-12 17:02:40 java.util.jar.Attributes read
> WARNING: Duplicate name in Manifest: Manifest-Version.
> Ensure that the manifest does not have duplicate entries, and
> that blank lines separate individual sections in both your
> manifest and in the META-INF/MANIFEST.MF entry in the jar file.
> It comes form ode-agents-1.3.2.jar which contains:
> Manifest-Version: 1.0
> Created-By: Buildr
> Manifest-Version: 1.0
> Premain-Class: org.apache.ode.agents.memory.SizingAgent

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


[jira] Assigned: (ODE-604) Duplicated Manifest-Version in ode-agents.jar

Posted by "Karthick Sankarachary (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karthick Sankarachary reassigned ODE-604:
-----------------------------------------

    Assignee: Karthick Sankarachary

> Duplicated Manifest-Version in ode-agents.jar
> ---------------------------------------------
>
>                 Key: ODE-604
>                 URL: https://issues.apache.org/jira/browse/ODE-604
>             Project: ODE
>          Issue Type: Bug
>          Components: Build System
>    Affects Versions: 1.3.2
>         Environment: ODE 1.3.2, Fuse 3.4.0.2
>            Reporter: Mateusz Nowakowski
>            Assignee: Karthick Sankarachary
>             Fix For: 1.3.3
>
>
> ODE logs on standard output during startup:
> 2009-05-12 17:02:39 java.util.jar.Attributes read
> WARNING: Duplicate name in Manifest: Manifest-Version.
> Ensure that the manifest does not have duplicate entries, and
> that blank lines separate individual sections in both your
> manifest and in the META-INF/MANIFEST.MF entry in the jar file.
> 2009-05-12 17:02:40 java.util.jar.Attributes read
> WARNING: Duplicate name in Manifest: Manifest-Version.
> Ensure that the manifest does not have duplicate entries, and
> that blank lines separate individual sections in both your
> manifest and in the META-INF/MANIFEST.MF entry in the jar file.
> It comes form ode-agents-1.3.2.jar which contains:
> Manifest-Version: 1.0
> Created-By: Buildr
> Manifest-Version: 1.0
> Premain-Class: org.apache.ode.agents.memory.SizingAgent

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