[JBoss JIRA] (AS7-6364) Jboss does not start if installed in path ending with "!".
by Ales Kolenc (JIRA)
Ales Kolenc created AS7-6364:
--------------------------------
Summary: Jboss does not start if installed in path ending with "!".
Key: AS7-6364
URL: https://issues.jboss.org/browse/AS7-6364
Project: Application Server 7
Issue Type: Bug
Components: Server
Affects Versions: 7.1.1.Final
Environment: windows 2008 r2 x64
Reporter: Ales Kolenc
Assignee: Jason Greene
1.) Download jboss-as-7.1.1.Final,
2.) extract to folder c:\! or any other ending with "!". ( it works on c:\!test, but does not in c:\test!)
3.) run standalone.bat :
C:\test!\bin>standalone.bat
Calling "C:\test!\bin\standalone.conf.bat"
JAVA_HOME is not set. Unexpected results may occur.
Set JAVA_HOME to the directory of your local JDK to avoid this message.
===============================================================================
JBoss Bootstrap Environment
JBOSS_HOME: C:\test!
JAVA: java
JAVA_OPTS: -XX:+TieredCompilation -Dprogram.name=standalone.bat -Xms64M -Xmx512M -XX:MaxPermSize=256M -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djava.net.preferIPv4Stack=true -Dorg.jboss.resolver.warning=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djb
oss.server.default.config=standalone.xml
===============================================================================
Exception in thread "main" java.lang.ExceptionInInitializerError
at org.jboss.as.server.Main.main(Main.java:73)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.jboss.modules.Module.run(Module.java:260)
at org.jboss.modules.Main.main(Main.java:291)
Caused by: java.lang.IllegalStateException: The LogManager was not properly installed (you must set the "java.util.logging.manager" system property to "org.jboss.logmanager.LogManager")
at org.jboss.logmanager.Logger.getLogger(Logger.java:60)
at org.jboss.logmanager.log4j.BridgeRepositorySelector.<clinit>(BridgeRepositorySelector.java:42)
... 7 more
Press any key to continue . . .
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months
[JBoss JIRA] (JBJCA-971) convert mbean to adminobject
by Jeff Zhang (JIRA)
[ https://issues.jboss.org/browse/JBJCA-971?page=com.atlassian.jira.plugin.... ]
Jeff Zhang updated JBJCA-971:
-----------------------------
Issue Type: Task (was: Feature Request)
> convert mbean to adminobject
> ----------------------------
>
> Key: JBJCA-971
> URL: https://issues.jboss.org/browse/JBJCA-971
> Project: IronJacamar
> Issue Type: Task
> Components: AS
> Affects Versions: 1.1.0.Beta3
> Reporter: Jeff Zhang
> Assignee: Jeff Zhang
>
> <mbean code="org.jboss.resource.deployment.AdminObject"
> name="activemq.queue:name=outboundQueue">
> <attribute name="JNDIName">activemq/queue/outbound</attribute>
> <depends optional-attribute-name="RARName">jboss.jca:service=RARDeployment,name='activemq-ra.rar'</depends>
> <attribute name="Type">javax.jms.Queue</attribute>
> <attribute name="Properties">PhysicalName=queue.outbound</attribute>
> </mbean>
> maps to
> <admin-object class-name="FIXME"
> jndi-name="activemq/queue/outbound">
> <config-property name="Type">javax.jms.Queue</config-property>
> <config-property name="Properties">PhysicalName=queue.outbound</config-property>
> </admin-object>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months
[JBoss JIRA] (JBJCA-971) convert mbean to adminobject
by Jeff Zhang (JIRA)
Jeff Zhang created JBJCA-971:
--------------------------------
Summary: convert mbean to adminobject
Key: JBJCA-971
URL: https://issues.jboss.org/browse/JBJCA-971
Project: IronJacamar
Issue Type: Feature Request
Components: AS
Affects Versions: 1.1.0.Beta3
Reporter: Jeff Zhang
Assignee: Jeff Zhang
<mbean code="org.jboss.resource.deployment.AdminObject"
name="activemq.queue:name=outboundQueue">
<attribute name="JNDIName">activemq/queue/outbound</attribute>
<depends optional-attribute-name="RARName">jboss.jca:service=RARDeployment,name='activemq-ra.rar'</depends>
<attribute name="Type">javax.jms.Queue</attribute>
<attribute name="Properties">PhysicalName=queue.outbound</attribute>
</mbean>
maps to
<admin-object class-name="FIXME"
jndi-name="activemq/queue/outbound">
<config-property name="Type">javax.jms.Queue</config-property>
<config-property name="Properties">PhysicalName=queue.outbound</config-property>
</admin-object>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months