#1 2011-09-28 14:10:27

gpreissler
Member
Registered: 2011-06-24
Posts: 15

TESB container - Execution environment

Hi there,

I just ran into an issue where I deployed a bundle into the TESB container and got an error message stating

Missing Constraint: Bundle-RequiredExecutionEnvironment: JavaSE-1.6

Turns out in the current version of the container the following setting is found in etc/config.properties:

# OSGi Execution Environment
org.osgi.framework.executionenvironment=J2SE-1.5,J2SE-1.4,J2SE-1.3,J2SE-1.2

If you update this to read:

# OSGi Execution Environment
org.osgi.framework.executionenvironment=JavaSE-1.6,J2SE-1.5,J2SE-1.4,J2SE-1.3,J2SE-1.2

the problem is solved. I thought I'd share this information in case anyone else runs into the same problem.

Regards
  Jerry

Offline

#2 2011-09-29 14:50:06

cdynes
Talend Team
Registered: 2011-04-21
Posts: 136

Re: TESB container - Execution environment

hi Jerry,

what version of TESB are you using ?

Thanks

Offline

#3 2011-10-06 15:53:56

gpreissler
Member
Registered: 2011-06-24
Posts: 15

Re: TESB container - Execution environment

Hi Ciaran,

I noticed it in 4.2.1, but AFAIR it is still present in 5M4 or 5M5. I've created a JIRA entry.

Offline

#4 2011-10-07 17:20:41

cdynes
Talend Team
Registered: 2011-04-21
Posts: 136

Re: TESB container - Execution environment

Ok thanks. Sounds like a bug all right.

http://jira.talendforge.org/browse/TESB-3316


Ciaran

Offline

#5 2011-11-28 16:21:36

janhess
Member
Company: Newcastle University
Registered: 2009-05-19
Posts: 1123

Re: TESB container - Execution environment

Have you got Java 1.6 installed?

Offline

Board footer

Powered by FluxBB