[jboss-user] [Beginner's Corner] - Re: Deployment Error / Unable to load library

2013-07-31 Thread Allen Porter
Allen Porter [https://community.jboss.org/people/metaphiz] created the 
discussion

"Re: Deployment Error / Unable to load library"

To view the discussion, visit: https://community.jboss.org/message/830778#830778

--
DEPLOYMENTS IN ERROR: Deployment "jboss:service=invoker, type=pooled" is in 
error due to the following reason(s): java.net.BindException: Address already 
in use: JVM_Bind

--

Reply to this message by going to Community
[https://community.jboss.org/message/830778#830778]

Start a new discussion in Beginner's Corner at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

[jboss-user] [Beginner's Corner] - Re: Deployment Error / Unable to load library

2013-07-31 Thread Allen Porter
Allen Porter [https://community.jboss.org/people/metaphiz] created the 
discussion

"Re: Deployment Error / Unable to load library"

To view the discussion, visit: https://community.jboss.org/message/830775#830775

--
I was able to Telnet to 127.0.0.1 4445 successfully. This must mean that the 
port is open, right? Why else would the deploy error occur?
--

Reply to this message by going to Community
[https://community.jboss.org/message/830775#830775]

Start a new discussion in Beginner's Corner at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

[jboss-user] [Beginner's Corner] - Re: Deployment Error / Unable to load library

2013-07-31 Thread Allen Porter
Allen Porter [https://community.jboss.org/people/metaphiz] created the 
discussion

"Re: Deployment Error / Unable to load library"

To view the discussion, visit: https://community.jboss.org/message/830769#830769

--
There's a deploy error in the console when I start JBoss (see above). When I'm 
testing pages, I get the 'POST parameters exceeds...' error above. I'm not sure 
if the two are related. Do you know? Also, why does JBoss need port 4445 open? 
Does it reach out to remote resources to deploy? Or is it talking about the 
local port on my computer?
--

Reply to this message by going to Community
[https://community.jboss.org/message/830769#830769]

Start a new discussion in Beginner's Corner at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

[jboss-user] [Beginner's Corner] - Re: Deployment Error / Unable to load library

2013-07-30 Thread Allen Porter
Allen Porter [https://community.jboss.org/people/metaphiz] created the 
discussion

"Re: Deployment Error / Unable to load library"

To view the discussion, visit: https://community.jboss.org/message/830592#830592

--
How do I check to see why port 4445 is used? Now I'm getting this 500 error:

javax.servlet.ServletException: ROOT CAUSE: 
coldfusion.filter.FormScope$PostParametersLimitExceededException: POST 
parameters exceeds the maximum limit specified in the server.\

Do you think it's related?

--

Reply to this message by going to Community
[https://community.jboss.org/message/830592#830592]

Start a new discussion in Beginner's Corner at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

[jboss-user] [Beginner's Corner] - Re: Deployment Error / Unable to load library

2013-07-22 Thread Allen Porter
Allen Porter [https://community.jboss.org/people/metaphiz] created the 
discussion

"Re: Deployment Error / Unable to load library"

To view the discussion, visit: https://community.jboss.org/message/829090#829090

--
Thanks for your help. Here's the first error:

08:20:24,701 ERROR [AbstractKernelController] Error installing to Start: 
name=jboss:service=invoker,type=pooled state=Create mode=Manual 
requiredState=Installed
java.lang.Exception: Port 4445 is already in use
    at 
org.jboss.invocation.pooled.server.PooledInvoker.startService(PooledInvoker.java:230)
    at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:376)
    at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:322)
    at sun.reflect.GeneratedMethodAccessor107.invoke(Unknown Source)
    at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
    at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
    at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
    at 
org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:189)
    at com.sun.proxy.$Proxy36.start(Unknown Source)
    at 
org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:42)
    at 
org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:37)
    at 
org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)
    at 
org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)
    at 
org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
    at 
org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
    at 
org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:286)
    at 
org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1598)
    at 
org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
    at 
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1062)
    at 
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
    at 
org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:774)
    at 
org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:540)
    at 
org.jboss.system.ServiceController.doInstall(ServiceController.java:670)
    at 
org.jboss.system.ServiceController.register(ServiceController.java:373)
    at 
org.jboss.system.microcontainer.jmx.ServiceControllerRegistrationLifecycleCallback.install(ServiceControllerRegistrationLifecycleCallback.java:104)
    at sun.reflect.GeneratedMethodAccessor229.invoke(Unknown Source)
    at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at 
org.jboss.reflect.plugins.introspection.ReflectionUtils.invoke(ReflectionUtils.java:59)
    at 
org.jboss.reflect.plugins.introspection.ReflectMethodInfoImpl.invoke(ReflectMethodInfoImpl.java:150)
    at 
org.jboss.joinpoint.plugins.BasicMethodJoinPoint.dispatch(BasicMethodJoinPoint.java:66)
    at 
org.jboss.beans.info.plugins.AbstractBeanInfo.invoke(AbstractBeanInfo.java:300)
    at 
org.jboss.kernel.plugins.dependency.AbstractKernelControllerContext.invoke(AbstractKernelControllerContext.java:286)
    at 
org.jboss.dependency.plugins.AbstractLifecycleCallbackItem.install(AbstractLifecycleCallbackItem.java:87)
    at 
org.jboss.dependency.plugins.AbstractController.handleLifecycleCallbacks(AbstractController.java:1535)
    at 
org.jboss.dependency.plugins.AbstractController.handleInstallLifecycleCallbacks(AbstractController.java:1500)
    at 
org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:943)
    at 
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1062)
    at 
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
    at 
org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:774)
    at 
org.jboss.dependency.plugins.AbstractCon

[jboss-user] [Beginner's Corner] - Deployment Error / Unable to load library

2013-07-19 Thread Allen Porter
Allen Porter [https://community.jboss.org/people/metaphiz] created the 
discussion

"Deployment Error / Unable to load library"

To view the discussion, visit: https://community.jboss.org/message/828915#828915

--
Here are some lines from the console which concern me.

These lines come up when I start the service:
16:17:55,075 ERROR [ProfileServiceBootstrap] Failed to load profile: Summary of 
incomplete deployments 
DEPLOYMENTS IN ERROR:
Deployment "jboss:service=invoker,type=pooled" is in error due to the following 
reasons: java.net.BindException: Address already in use: JVM_Bind

This line recurs when loading pages:
16:18:53,792 INFO [STDOUT] 07/19 16:18:55 Information [http-127.0.0.1-8080-1] - 
Unable to load library

We're getting inconsistent behavior when using / in image tags, and we're 
having trouble with client variables in ColdFusion. They are not instantiating.

What's wrong?
--

Reply to this message by going to Community
[https://community.jboss.org/message/828915#828915]

Start a new discussion in Beginner's Corner at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user