Re: Integration with Hyperic

"Steven Lamczyk" <[email protected]>
Newsgroups gmane.network.opennms.install
Message-ID <F10C48C25E4B854AB61F1888F840438102DDEC8B@us-ex02.Corp.Exlibrisgroup.com>
Thank you for the response I am very new to lists and don’t really know what I am doing.

 

However, you are right I did get a specific error in the jetty.log file.  I am posting it here.

 

Caused by: java.io.IOException: Server returned HTTP response code: 503 for URL: http://www.w3.org/TR/html4/loose.dtd

        at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1185)

        at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown Source)

        at org.apache.xerces.impl.XMLEntityManager.startEntity(Unknown Source)

        at org.apache.xerces.impl.XMLEntityManager.startDTDEntity(Unknown Source)

        at org.apache.xerces.impl.XMLDTDScannerImpl.setInputSource(Unknown Source)

        at org.apache.xerces.impl.XMLDocumentScannerImpl$DTDDispatcher.dispatch(Unknown Source)

        at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)

        at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)

        at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)

        at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)

        at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)

        at org.exolab.castor.xml.Unmarshaller.unmarshal(Unmarshaller.java:709)

        ... 62 more

Caused by: java.io.IOException: Server returned HTTP response code: 503 for URL: http://www.w3.org/TR/html4/loose.dtd

        at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1185)

        at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown Source)

        at org.apache.xerces.impl.XMLEntityManager.startEntity(Unknown Source)

        at org.apache.xerces.impl.XMLEntityManager.startDTDEntity(Unknown Source)

        at org.apache.xerces.impl.XMLDTDScannerImpl.setInputSource(Unknown Source)

        at org.apache.xerces.impl.XMLDocumentScannerImpl$DTDDispatcher.dispatch(Unknown Source)

        at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)

        at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)

        at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)

        at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)

        at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)

        at org.exolab.castor.xml.Unmarshaller.unmarshal(Unmarshaller.java:709)

        at org.exolab.castor.xml.Unmarshaller.unmarshal(Unmarshaller.java:610)

        at org.exolab.castor.xml.Unmarshaller.unmarshal(Unmarshaller.java:812)

        at org.opennms.web.svclayer.dao.support.DefaultManualProvisioningDao.get(DefaultManualProvisioningDao.java:92)

        at org.opennms.web.svclayer.support.DefaultManualProvisioningService.getProvisioningGroup(DefaultManualProvisioningService.java:177)

        at org.opennms.web.svclayer.support.DefaultManualProvisioningService.getAllGroups(DefaultManualProvisioningService.java:323)

        at org.opennms.web.controller.ProvisioningGroupsController.referenceData(ProvisioningGroupsController.java:130)

        at org.springframework.web.servlet.mvc.SimpleFormController.referenceData(SimpleFormController.java:214)

        at org.springframework.web.servlet.mvc.AbstractFormController.showForm(AbstractFormController.java:574)

        at org.springframework.web.servlet.mvc.SimpleFormController.showForm(SimpleFormController.java:198)

        at org.springframework.web.servlet.mvc.SimpleFormController.showForm(SimpleFormController.java:175)

        at org.springframework.web.servlet.mvc.AbstractFormController.showNewForm(AbstractFormController.java:338)

        at org.springframework.web.servlet.mvc.AbstractFormController.handleRequestInternal(AbstractFormController.java:278)

        at org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153)

        at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:48)

        at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:858)

        at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:792)

        at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:476)

        at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:431)

        at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)

        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)

        at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487)

        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1093)

        at org.extremecomponents.table.filter.AbstractExportFilter.doFilter(AbstractExportFilter.java:49)

        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)

        at org.opennms.web.StoreRequestPropertiesFilter.doFilter(StoreRequestPropertiesFilter.java:71)

        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)

        at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:265)

        at org.acegisecurity.intercept.web.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:107)

        at org.acegisecurity.intercept.web.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:72)

        at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:275)

        at org.acegisecurity.ui.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:166)

        at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:275)

        at org.acegisecurity.providers.anonymous.AnonymousProcessingFilter.doFilter(AnonymousProcessingFilter.java:125)

        at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:275)

        at org.acegisecurity.wrapper.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:81)

        at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:275)

        at org.acegisecurity.ui.basicauth.BasicProcessingFilter.doFilter(BasicProcessingFilter.java:173)

        at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:275)

        at org.acegisecurity.ui.AbstractProcessingFilter.doFilter(AbstractProcessingFilter.java:271)

        at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:275)

        at org.acegisecurity.ui.logout.LogoutFilter.doFilter(LogoutFilter.java:110)

        at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:275)

        at org.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilter(HttpSessionContextIntegrationFilter.java:249)

        at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:275)

        at org.acegisecurity.util.FilterChainProxy.doFilter(FilterChainProxy.java:149)

        at org.acegisecurity.util.FilterToBeanProxy.doFilter(FilterToBeanProxy.java:98)

        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)

        at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360)

        at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)

        at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)

        at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:726)

        at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405)

        at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)

        at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)

        at org.mortbay.jetty.Server.handle(Server.java:324)

        at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:505)

        at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:828)

        at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:514)

        at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211)

        at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380)

        at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:395)

        at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:450)

[root@opennms webapp]#

 

Steven Lamczyk

Hosting Systems Admin
Ex Libris (USA) Inc.
1350 E. Touhy Ave.  Suite 200 East
Des Plaines, IL 60018
Office: 847-227-2642

Work Cell: 815-217-4262

 

Follow Ex Libris on Twitter: @exlibrisgroup <http://twitter.com/ExLibrisGroup> 

Try bX <http://www.exlibrisgroup.com/category/bXOverview>  our NEW scholarly article recommender service!

 

From: DJ Gregor [mailto:[email protected]] 
Sent: Monday, March 15, 2010 3:20 PM
To: Installation questions and help
Subject: Re: [opennms-install] Integration with Hyperic

 

You need to be more specific in stating your problem. Your stated problem is effectively: "I did something big and complex, and now when I do X, it breaks." That's not enough detail for us to help you, unless you are lucky enough for someone who has seen that exact problem to read your email.

 

It sounds like OpenNMS gave you a specific error--that would be an extremely good thing to share.  Also, knowing what steps you took up to this point would be good, particularly what config files you changed ("diff -u" is your friend).  Here are some good guidelines when asking for help: 

 

http://catb.org/~esr/faqs/smart-questions.html#beprecise 

 


On Mar 15, 2010, at 12:57 PM, "Steven Lamczyk" <[email protected]> wrote:

	I am having a ton of problems trying to integrate the two, basically I went through the PDF and did everything I can think of there, and now when I go into admin in opennms, and choose provisioning groups, it bombs with an error.  Am I missing some changes in the xml files that I need to make, or what exactly could I be missing?

	 

	Thank you,

	 

	Steven Lamczyk

	Hosting Systems Admin
	Ex Libris (USA) Inc.
	1350 E. Touhy Ave.  Suite 200 East
	Des Plaines, IL 60018
	Office: 847-227-2642

	Work Cell: 815-217-4262

	 

	Follow Ex Libris on Twitter: @exlibrisgroup <http://twitter.com/ExLibrisGroup> 

	Try bX <http://www.exlibrisgroup.com/category/bXOverview>  our NEW scholarly article recommender service!

	 

	------------------------------------------------------------------------------
	Download Intel&#174; Parallel Studio Eval
	Try the new software tools for yourself. Speed compiling, find bugs
	proactively, and fine-tune applications for parallel performance.
	See why Intel Parallel Studio got high marks during beta.
	http://p.sf.net/sfu/intel-sw-dev

	_______________________________________________
	Please read the OpenNMS Mailing List FAQ:
	http://www.opennms.org/index.php/Mailing_List_FAQ
	
	opennms-install mailing list
	
	To *unsubscribe* or change your subscription options, see the bottom of this page:
	https://lists.sourceforge.net/lists/listinfo/opennms-install

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev

_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ

opennms-install mailing list

To *unsubscribe* or change your subscription options, see the bottom of this page:
https://lists.sourceforge.net/lists/listinfo/opennms-install
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.