The Artima Developer Community
Sponsored Link

Java Buzz Forum
LaunchConfiguration Eclipse-WTP Sun plugin

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Fred Grott

Posts: 4361
Nickname: shareme
Registered: Jan, 2003

Fred Grott is Lead Developer-CEO of ShareMe Technologies LLC -The Mobile Future
LaunchConfiguration Eclipse-WTP Sun plugin Posted: Oct 12, 2005 8:57 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Fred Grott.
Original Post: LaunchConfiguration Eclipse-WTP Sun plugin
Feed Title: ShareMe Technologies LLC-The Mobile Future
Feed URL: http://www.jroller.com/shareme/feed/entries/rss
Feed Description: A Weblog about Java programming and digital convergence on mobile devices in such areas as P2P and collaborative technology.
Latest Java Buzz Posts
Latest Java Buzz Posts by Fred Grott
Latest Posts From ShareMe Technologies LLC-The Mobile Future

Advertisement
Apparently, this error:

java.lang.NullPointerException at org.eclipse.jst.server.generic.internal.xml.Resolver.skipToProperty(Resolver.java:127) at org.eclipse.jst.server.generic.internal.xml.Resolver.resolvePropertiesFromCache(Resolver.java:114) at org.eclipse.jst.server.generic.internal.xml.Resolver.resolveProperties(Resolver.java:85) at org.eclipse.jst.server.generic.core.internal.GenericServerBehaviour.getStartClassName(GenericServerBehaviour.java:247) at org.eclipse.jst.server.generic.core.internal.GenericServerLaunchConfigurationDelegate.launch(GenericServerLaunchConfigurationDelegate.java:73) at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:590) at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:515) at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:152) at org.eclipse.wst.server.core.internal.Server.start(Server.java:983) at org.eclipse.wst.server.core.internal.Server.synchronousStart(Server.java:1299) at org.eclipse.wst.server.core.internal.StartServerJob.run(StartServerJob.java:34) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)

Might mean that I need a mainClass Property in my start and stop tags in the SeverDef file. Which also means that I need to load the library on the classpath. Thus, we have a main class of:

com.sun.enterprise.cli.framework.CLIMain

and a library of admin-cli.jar? Hmm..

Read: LaunchConfiguration Eclipse-WTP Sun plugin

Topic: Ning Previous Topic   Next Topic Topic: Ruby On Rails and Ruby-Postgres on Mac OS X Tiger

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use