[Beginner's Corner] - JBoss AS7: Deploys but there's nothing there
by maximomussini
maximomussini [http://community.jboss.org/people/maximomussini] created the discussion
"JBoss AS7: Deploys but there's nothing there"
To view the discussion, visit: http://community.jboss.org/message/626513#626513
--------------------------------------------------------------
Hello, when running AS7 from ~/bin/standalone.bat with the standard configuration (fresh download of 7.0.1.Final) the default JBoss page is supposed to be seen at http://localhost:8080/ http://localhost:8080/, but there's nothing there.
Furthermore, if I deploy an example application (by dropping the "EnterpriseApplication1.ear" in ~/bin/standalone/deployments/) and start the server again, I still can't see anything from the browser.
Calling C:\jboss-as-7.0.1.Final\bin\standalone.conf.bat
===============================================================================
JBoss Bootstrap Environment
JBOSS_HOME: C:\jboss-as-7.0.1.Final
JAVA: C:\glassfish3\jdk7\bin\java
JAVA_OPTS: -Dprogram.name=standalone.bat -Xms64M -Xmx512M -XX:MaxPermSize=256M -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterv
al=3600000 -Dorg.jboss.resolver.warning=true -Djboss.modules.system.pkgs=org.jboss.byteman -server
===============================================================================
13:56:46,094 Informaci¾n [org.jboss.modules] JBoss Modules version 1.0.1.GA
13:56:48,422 INFO [org.jboss.msc] JBoss MSC version 1.0.0.GA
13:56:48,922 INFO [org.jboss.as] JBoss AS 7.0.1.Final "Zap" starting
13:56:54,932 WARN [org.jboss.as] No security realm defined for native management service, all access will be unrestricted.
13:56:55,039 INFO [org.jboss.as] creating http management service using network interface (management) port (9990)
13:56:55,041 WARN [org.jboss.as] No security realm defined for http management service, all access will be unrestricted.
13:56:55,057 INFO [org.jboss.as.logging] Removing bootstrap log handlers
13:56:55,323 INFO [org.jboss.as.connector.subsystems.datasources] (Controller Boot Thread) Deploying JDBC-compliant driver class org.h2.Driver (versi
on 1.2)
13:56:55,452 INFO [org.jboss.as.clustering.infinispan.subsystem] (Controller Boot Thread) Activating Infinispan subsystem.
13:56:56,390 INFO [org.jboss.as.naming] (Controller Boot Thread) Activating Naming Subsystem
13:56:56,437 INFO [org.jboss.as.naming] (MSC service thread 1-4) Starting Naming Service
13:56:56,441 INFO [org.jboss.as.osgi] (Controller Boot Thread) Activating OSGi Subsystem
13:56:56,488 INFO [org.jboss.as.security] (Controller Boot Thread) Activating Security Subsystem
13:56:56,614 INFO [org.jboss.remoting] (MSC service thread 1-1) JBoss Remoting version 3.2.0.Beta2
13:56:56,696 INFO [org.xnio] (MSC service thread 1-1) XNIO Version 3.0.0.Beta3
13:56:56,829 INFO [org.xnio.nio] (MSC service thread 1-1) XNIO NIO Implementation Version 3.0.0.Beta3
13:56:58,463 INFO [org.apache.catalina.core.AprLifecycleListener] (MSC service thread 1-3) La biblioteca nativa de Apache Tomcat basada en ARP que pe
rmite un rendimiento ¾ptimo en entornos de desarrollo no ha sido hallada en java.library.path: C:\glassfish3\jdk7\bin;C:\Windows\Sun\Java\bin;C:\Windo
ws\system32;C:\Windows;C:\glassfish3\jdk7\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\P
rogram Files\TortoiseSVN\bin;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files\Microsoft SQL Server\100\Tools
\Binn\;C:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files\Microsoft ASP.NET\ASP.NET Web Pages\v1.0\;C:\Program Files\NetBeans 7.0.1\
java\maven\bin;;.
13:56:58,574 INFO [org.jboss.as.ee] (Controller Boot Thread) Activating EE subsystem
13:56:58,957 INFO [org.jboss.as.jmx.JMXConnectorService] (MSC service thread 1-2) Starting remote JMX connector
13:56:59,448 INFO [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-4) Arrancando Coyote HTTP/1.1 en puerto http--127.0.0.1-8080
13:56:59,937 INFO [org.jboss.as.remoting] (MSC service thread 1-4) Listening on /127.0.0.1:9999
13:57:00,745 INFO [org.jboss.as.connector] (MSC service thread 1-4) Starting JCA Subsystem (JBoss IronJacamar 1.0.3.Final)
13:57:00,995 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-4) Bound data source [java:jboss/datasources/ExampleDS]
13:57:02,044 INFO [org.jboss.as.deployment] (MSC service thread 1-2) Started FileSystemDeploymentService for directory C:\jboss-as-7.0.1.Final\standa
lone\deployments
13:57:02,208 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) Starting deployment of "EnterpriseApplication1.ear"
13:57:02,316 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) Starting deployment of "EnterpriseApplication1-war.war"
13:57:02,455 INFO [org.jboss.as.jpa] (MSC service thread 1-3) added javax.persistence.api dependency to EnterpriseApplication1.ear
13:57:02,457 INFO [org.jboss.as.jpa] (MSC service thread 1-4) added javax.persistence.api dependency to EnterpriseApplication1-war.war
13:57:03,157 INFO [org.jboss.web] (MSC service thread 1-4) registering web context: /EnterpriseApplication1-war
13:57:03,160 INFO [org.jboss.as] (MSC service thread 1-4) JBoss AS 7.0.1.Final "Zap" started in 18788ms - Started 138 of 199 services (61 services ar
e passive or on-demand)
13:57:03,285 INFO [org.jboss.as.server.controller] (DeploymentScanner-threads - 2) Deployed "EnterpriseApplication1.ear"
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/626513#626513]
Start a new discussion in Beginner's Corner at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
13 years, 3 months
[jBPM] - Re: Domain-specific processes not registering
by Chris Nash
Chris Nash [http://community.jboss.org/people/code_monkey] created the discussion
"Re: Domain-specific processes not registering"
To view the discussion, visit: http://community.jboss.org/message/628325#628325
--------------------------------------------------------------
>> Does it show none at all or does it still show the default Log and Email ones?
It shows the default "Log" and "Email" ones.
>> Have you tried closing all the editor tabs and cleaning + refreshing your project?
Yes, just tried that. Same result.
>> Maybe even go to the point of closing/reopening your project in eclipse or deleting the project (do not delete on the actual file system ) and then re-importing it back?
Yes, just did that. Didn't change anyting.
>> Are the new workitems not showing up for reopened existing processes as well as when creating a brand new process?
They're not showing up for any processes, new or old.
>> Are you creating the processes in src/main/resources directory?
Yes.
>> Have you been able to test the same thing on another machine?
Yes, I tried it on my main development machine (Windows 7) and it worked. But jBPM doesn't work fully on that machine, so it's not really a complete solution.
>> Do you have "Build project automatically" turned off by chance?
Nope, turned on.
>> Are you creating your processes in a source folder?
In the src/main/resources folder.
Thanks for all the troubleshooting tips. I doubt we'll be able to get this working on Windows Server 2003. It's probably not an OS you really target.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/628325#628325]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
13 years, 3 months
[jBPM] - Re: Domain-specific processes not registering
by Chris Nash
Chris Nash [http://community.jboss.org/people/code_monkey] created the discussion
"Re: Domain-specific processes not registering"
To view the discussion, visit: http://community.jboss.org/message/628285#628285
--------------------------------------------------------------
Thanks for posting that, Tihomir. It worked up until 4:11. Following the video, my custom tasks don't show up; I even rebooted to make sure nothing was lurking in the system. I just have the two standard Service Tasks: Log and Email. A couple of things:
* Your video was kind of low-res, so I couldn't always make out what you were typing (I think I got it right, though). The pace and narration were great though: clear and easy to follow.
* You're using a Mac, I'm using Windows Server 2003 (but that shouldn't make a difference)
* Your video doesn't mention anything, but my icons are 16x16 PNG files, which the docs say are what's required. If they were wrong, I would still expect them to show up, just cropped or with a default icon of some sort.
I'm kind of at a loss about how to troubleshoot this problem. Anything I can try?
TIA!
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/628285#628285]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
13 years, 3 months