VMware {code} Community
Burke-
VMware Employee
VMware Employee

Missing required library

I think it would be great if this SDK would be pre-configured to use relative paths from the installed zip file rather than having to go in after creating the projects and adding files. I'll dig around and try to get these resolved on my own.. this post is simply to say, let's get this resolved before making the SDK widely available.

See Screenshot as below:

Screen shot 2011-05-28 at 9.51.46 PM.png

Description    Resource    Path    Location    Type
Project 'helloworld' is missing required library: '/opt/vmware/vcokit/samples/lib/o11n-sdkapi.jar'    helloworld        Build path    Build Path Problem
Project 'helloworld' is missing required library: '/opt/vmware/vcokit/samples/lib/o11n-util.jar'    helloworld        Build path    Build Path Problem
Project 'helloworld' is missing required library: '/opt/vmware/vcokit/samples/lib/o11n-webconfigurationapi.jar'    helloworld        Build path    Build Path Problem
Project 'helloworld' is missing required library: '/opt/vmware/vcokit/samples/vCOPluginSDKSamplePlugin-HelloWorld/lib/jboss-common.jar'    helloworld        Build path    Build Path Problem
Project 'solarsystem-soap' is missing required library: 'lib/axis.jar'    solarsystem-soap        Build path    Build Path Problem
Project 'solarsystem-soap' is missing required library: 'lib/commons-discovery-0.2.jar'    solarsystem-soap        Build path    Build Path Problem
Project 'solarsystem-soap' is missing required library: 'lib/commons-logging.jar'    solarsystem-soap        Build path    Build Path Problem
Project 'solarsystem-soap' is missing required library: 'lib/jaxrpc.jar'    solarsystem-soap        Build path    Build Path Problem
Project 'solarsystem-soap' is missing required library: 'lib/jboss-common.jar'    solarsystem-soap        Build path    Build Path Problem
Project 'solarsystem-soap' is missing required library: 'lib/o11n-sdkapi.jar'    solarsystem-soap        Build path    Build Path Problem
Project 'solarsystem-soap' is missing required library: 'lib/o11n-util.jar'    solarsystem-soap        Build path    Build Path Problem
Project 'solarsystem-soap' is missing required library: 'lib/o11n-webconfigurationapi.jar'    solarsystem-soap        Build path    Build Path Problem
Project 'solarsystem-soap' is missing required library: 'lib/saaj.jar'    solarsystem-soap        Build path    Build Path Problem
Project 'solarsystem-soap' is missing required library: 'lib/webserviceutils.jar'    solarsystem-soap        Build path    Build Path Problem
Project 'solarsystem' is missing required library: '/opt/vmware/vcokit/samples/lib/o11n-sdkapi.jar'    solarsystem        Build path    Build Path Problem
Project 'solarsystem' is missing required library: '/opt/vmware/vcokit/samples/lib/o11n-util.jar'    solarsystem        Build path    Build Path Problem
Project 'solarsystem' is missing required library: '/opt/vmware/vcokit/samples/lib/o11n-webconfigurationapi.jar'    solarsystem        Build path    Build Path Problem
Project 'solarsystem' is missing required library: '/opt/vmware/vcokit/samples/vCOPluginSDKSamplePlugin-SolarSystem/lib/jboss-common.jar'    solarsystem        Build path    Build Path Problem
Project 'solasystem-rest' is missing required library: 'lib/jboss-common.jar'    solasystem-rest        Build path    Build Path Problem
Project 'solasystem-rest' is missing required library: 'lib/jersey-client-1.5.jar'    solasystem-rest        Build path    Build Path Problem
Project 'solasystem-rest' is missing required library: 'lib/jersey-core-1.5.jar'    solasystem-rest        Build path    Build Path Problem
Project 'solasystem-rest' is missing required library: 'lib/o11n-sdkapi.jar'    solasystem-rest        Build path    Build Path Problem
Project 'solasystem-rest' is missing required library: 'lib/o11n-util.jar'    solasystem-rest        Build path    Build Path Problem
Project 'solasystem-rest' is missing required library: 'lib/o11n-webconfigurationapi.jar'    solasystem-rest        Build path    Build Path Problem

If my answer resolved or helped you, please mark it as Correct or Helpful to award points. Thank you!

Visit http://www.vcoteam.info & http://blogs.vmware.com/orchestrator
for vRealize Orchestrator tips and tutorials - @TechnicalValues on Twitter
0 Kudos
5 Replies
Burke-
VMware Employee
VMware Employee

Hmm.. so the next step in the install doc tells me to modify the maven-build.properties file, implying it was included in the projects I just created... unfortunately, all of the projects appear to be missing all files except for the contents of the o11n-lib folder which contains:

testng-5.7-jdk15.jar

junit-4.2.jar

struts2-core-2.0.11.jar

xwork-2.0.4.jar

servlet-api-2.4.jar

xml-apsi-1.3.03.jar

log4j-1.2.14.jar

Note regarding my environment:

OSX 10.6.7

java version 1.6.0_25

SpringSource Tool Suite 2.7.0.M1

Build Id: 201105101000

vCenter Orchestrator Server is installed on this system

Extra note:

We should recommend, and hopefully standardize on STS. Why?

  • Includes SpringSource tc Server Developer Edition as a  pre-configured feature, reducing the need to have our SDK users install  Tomcat on their own
  • Is a VMware Branded product Smiley Happy
  • Is based on Eclipse

Before anyone jumps in and says it is because I'm using STS, I have an update - just downloaded a fresh copy of Eclipse Helios 64-bit for my OSX and tried creating project - same results - missing library, and no source files added to project.... Will check 32-bit version and see if there is any difference...

Okay, just finished downloading and testing with 32 bit version of Eclipse Helios - same results as above - no source files in the projects, no maven properties files.

That's it for me tonight... look forward to the next round of this SDK Smiley Happy

If my answer resolved or helped you, please mark it as Correct or Helpful to award points. Thank you!

Visit http://www.vcoteam.info & http://blogs.vmware.com/orchestrator
for vRealize Orchestrator tips and tutorials - @TechnicalValues on Twitter
0 Kudos
igorstoyanov
VMware Employee
VMware Employee

I am also for STS. All vCO devs are using it and it has everything installed by default. The fact that it is VMWare product makes it even more appealing.

Regards,

Igor.

Visit http://blogs.vmware.com/orchestrator for the latest in Cloud Orchestration.
subkumar
VMware Employee
VMware Employee

This rev of the SDK is supported only under Windows 2003 Server 64 bit.

0 Kudos
kumarankpl
Hot Shot
Hot Shot

Did anyone found any solution. ??? i am also getting the same error.

0 Kudos
CalmCloud
Enthusiast
Enthusiast

Hi All,

Eclipse is missing required libraries( log4j, junit,servlet-api etc) after created a plugin project with sample Hello World. It looks like the jars are missing from o11n-lib folder. Where are these jars?

Thanks

0 Kudos