Giter Club home page Giter Club logo

jwatch's People

Contributors

royrusso avatar

Watchers

James Cloos avatar

jwatch's Issues

Unable to load jobs for more than one Scheduler.

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
Expected output, job should be loaded on selection of particular scheduler. But 
if i am having more that one scheduler then no jobs are loading for any of the 
scheduler on selection in UI. For one scheduler its working fine. 

What version of the product are you using? On what operating system?
jwatch 0.8

What browser/version are you using?
Google Chrome

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 24 Jun 2015 at 9:15

Attachments:

Trying to upload & deploy the war file

Whenever i try to upload the war file in weblogic its giving this error how to 
resolve it

Unable to access the selected application.
Message icon - Error Exception in AppMerge flows' progression
Message icon - Error Exception in AppMerge flows' progression
Message icon - Error VALIDATION PROBLEMS WERE FOUND problem: 
cvc-enumeration-valid: string value '3.0' is not a valid enumeration value for 
web-app-versionType in namespace http://java.sun.com/xml/ns/javaee:<null> 
problem: cvc-complex-type.2.4b: Element not allowed: 
description@http://java.sun.com/xml/ns/javaee in element 
context-param@http://java.sun.com/xml/ns/javaee:<null>

Original issue reported on code.google.com by [email protected] on 6 Dec 2012 at 9:50

WAS 6.1 problem - Java.lang.unsupportedClassVersionError:SettingsLoaderListener and JWatchUIServlet

What steps will reproduce the problem?
1.Install the Jwatch.war on WAS6.1 server
2.Start the Jwatch application
3. Java.lang.unsupportedClassVersionError appears on the console.

WAS=Websphere application server

What is the expected output? What do you see instead?
Expected to see Jwatch running successfully, but see  
Java.lang.unsupportedClassVersionError for SettingsLoaderListener.

What version of the product are you using? On what operating system?
WAS6.1 on Windows

What browser/version are you using?
IE 8

Please provide any additional information below.
Whenever the Jwatch.war is deployed on WAS 6.1 server the error comes up as 
Java.lang.unsupportedClassVersionError for SettingsLoaderListener.
But Later when connected using URL http://HOST:PORT/jwatch. I'm able to see the 
JWatch UI. When the UI is loaded I see the same exception 
Java.lang.unsupportedClassVersionError for JWatchUIServlet.

The Jwatch.war works when deployed on WAS 7.0 but my project requirement is to 
run on WAS6.1. Please help me with this issue !!

Original issue reported on code.google.com by [email protected] on 19 Feb 2013 at 11:07

NaN in job monitor screen

What steps will reproduce the problem?
1. go to job monitor screen with active jobs running
2.
3.

What is the expected output? What do you see instead?
Date and time instead of NaN

What version of the product are you using? On what operating system?
JWatch 0.8 - Quartz 2.0.1 - CentOS 5.5 - Tomcat 6

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 1 Jul 2011 at 8:44

Attachments:

Error processing request

I have started quartz scheduler jobs in jmx mode and i am trying to connect 
with jwath then i am getting the error like 
javax.management.AttributeNotFoundException:  Cannot find attribute 
SchedulerName

can you provide solution  


Original issue reported on code.google.com by [email protected] on 21 Nov 2013 at 4:47

cannot deploy on glassfish

What steps will reproduce the problem?
1.install glassfish
2.deploy jwatch

What is the expected output? What do you see instead?
Error occurred during deployment: Exception while deploying the app [jwatch] : 
org.xml.sax.SAXParseException: cvc-complex-type.2.4.d: Invalid content was 
found starting with element 'description'. No child element is expected at this 
point.. Please see server.log for more details.

What version of the product are you using? On what operating system?
Glassfish 3.1.1, Windows 7(64bit)

What browser/version are you using?
chrome 16

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 28 Dec 2011 at 1:27

Attachments:

No Scheduler in Select Scheduler combo box

What steps will reproduce the problem?
1. Just deploy the app and try to choose a Scheduler
Its probably platform dependent issue, my platform is Weblogic 12 and Java  
1.6.030

What is the expected output? What do you see instead?
Expected : list of schedulers
Get: No schedulers

What version of the product are you using? On what operating system?
jwatch 0.8

What browser/version are you using?
Chrome/IE

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 29 Jan 2013 at 1:01

Erroneous servlet declaration JWatch's `web.xml`.

When I've tried to deploy the project's distribution (v0.8) in Jetty it 
reported that it didn't find the class `org.jwatch.servlet.JWatchWSServlet` 
which is right on, as in your distribution the class' actual name is 
`org.jwatch.rest.JWatchWSServlet`.

This error can be fixed merely by rewriting the corresponding part of the 
`web.xml` in the WAR file in the distribution.

Original issue reported on code.google.com by [email protected] on 12 Oct 2011 at 8:30

getting error when connecting quartz job in jmx mode

ERROR | 2013-11-20 12:17:24,646 | QuartzInstanceService.java | 92 | Failed to 
connect! QuartzConfig{uname='localhost9898', 
uuid='d2cb154c-c2ea-40f9-9c6e-1fe81fd88000', host='localhost', port=9898, 
userName='null', password='null', isConnected=false}
javax.management.AttributeNotFoundException:  Cannot find attribute 
SchedulerName
        at org.apache.commons.modeler.BaseModelMBean.getAttribute(BaseModelMBean.java:260)
        at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:666)
        at com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:638)
        at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1404)
        at javax.management.remote.rmi.RMIConnectionImpl.access$200(RMIConnectionImpl.java:72)
        at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1265)
        at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1360)
        at javax.management.remote.rmi.RMIConnectionImpl.getAttribute(RMIConnectionImpl.java:600)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:303)
        at sun.rmi.transport.Transport$1.run(Transport.java:159)
        at java.security.AccessController.doPrivileged(Native Method)
        at sun.rmi.transport.Transport.serviceCall(Transport.java:155)
        at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:535)
        at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:790)
        at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:649)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
        at java.lang.Thread.run(Thread.java:662)
        at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:255)
        at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:233)
        at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:142)
        at com.sun.jmx.remote.internal.PRef.invoke(Unknown Source)
        at javax.management.remote.rmi.RMIConnectionImpl_Stub.getAttribute(Unknown Source)
        at javax.management.remote.rmi.RMIConnector$RemoteMBeanServerConnection.getAttribute(RMIConnector.java:878)
        at org.jwatch.domain.adapter.QuartzJMXAdapterImplV2_0.populateScheduler(QuartzJMXAdapterImplV2_0.java:125)
        at org.jwatch.domain.connection.QuartzConnectServiceImpl.initInstance(QuartzConnectServiceImpl.java:76)
        at org.jwatch.domain.instance.QuartzInstanceService.initQuartzInstanceMap(QuartzInstanceService.java:87)
        at org.jwatch.listener.settings.SettingsLoaderListener.contextInitialized(SettingsLoaderListener.java:62)
        at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4939)
        at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5434)
        at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
        at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
        at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
        at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:633)
        at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:976)
        at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1653)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
        at java.util.concurrent.FutureTask.run(FutureTask.java:138)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
        at java.lang.Thread.run(Thread.java:662)
 INFO | 2013-11-20 12:17:24,652 | SettingsLoaderListener.java | 65 | Settings startup completed in: 455 ms


Original issue reported on code.google.com by [email protected] on 20 Nov 2013 at 4:20

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.