[ https://issues.apache.org/jira/browse/GERONIMO-5823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jacky Liu updated GERONIMO-5823:
--------------------------------
Component/s: (was: deployment)
console
Description:
When I clicked Datasources in Console Navigation menu and follow the Geronimo database pool
wizard to create a database pool, I chose "Derby embedded" as my database type in Step 1 and
click next. Bug came up that the section of "Create Database Pool - Step 2:Select Driver,
JAR, Parameters" didn't show up. Here follows the error message in cmd:
ERROR [DatabasePoolPortlet] Unable to read configuration properties
java.lang.IllegalArgumentException: id must be in the form [groupId]/[artifactId]/[version]/[type]
: file:/C:/Documents%20and%20Settings/Administrator
/Desktop/geronimo-tomcat7-javaee6-3.0-SNAPSHOT/repository/org/tranql/tranql-connector-derby-embed-local/1.6/tranql-connector-derby-embed-local-1.6.rar
at org.apache.geronimo.kernel.repository.Artifact.create(Artifact.java:61)
at org.apache.geronimo.kernel.repository.Artifact.create(Artifact.java:51)
at org.apache.geronimo.console.util.PortletManager.getRepositoryEntryBundle(PortletManager.java:398)
at org.apache.geronimo.console.databasemanager.wizard.DatabasePoolPortlet.loadConfigPropertiesByPath(DatabasePoolPortlet.java:565)
at org.apache.geronimo.console.databasemanager.wizard.DatabasePoolPortlet.getRARConfiguration(DatabasePoolPortlet.java:281)
at org.apache.geronimo.console.databasemanager.wizard.DatabasePoolPortlet.renderEdit(DatabasePoolPortlet.java:797)
at org.apache.geronimo.console.databasemanager.wizard.DatabasePoolPortlet.doView(DatabasePoolPortlet.java:726)
...
...
AND
ERROR [DatabasePoolPortlet] Unable to render portlet
java.lang.NullPointerException
at org.apache.geronimo.console.databasemanager.wizard.DatabasePoolPortlet$ResourceAdapterParams.access$000(DatabasePoolPortlet.java:1701)
at org.apache.geronimo.console.databasemanager.wizard.DatabasePoolPortlet.getRARConfiguration(DatabasePoolPortlet.java:283)
at org.apache.geronimo.console.databasemanager.wizard.DatabasePoolPortlet.renderEdit(DatabasePoolPortlet.java:797)
at org.apache.geronimo.console.databasemanager.wizard.DatabasePoolPortlet.doView(DatabasePoolPortlet.java:726)
was:When I clicked Datasources in Console Navigation menu and follow the Geronimo database
pool wizard to create a database pool, I chose "Derby embedded" as my database type in Step
1 and click next. Bug came up that the section of "Create Database Pool - Step 2:Select Driver,
JAR, Parameters" didn't show up.
Environment: geronimo-tomcat7-javaee6-3.0 (was: geronimo-tomcat7-javaee6-3.0-SNAPSHOT)
Labels: (was: features)
Summary: The Section of Create Database Pools doesn't display (was: Create Database
Pools Bug)
> The Section of Create Database Pools doesn't display
> ----------------------------------------------------
>
> Key: GERONIMO-5823
> URL: https://issues.apache.org/jira/browse/GERONIMO-5823
> Project: Geronimo
> Issue Type: Bug
> Security Level: public(Regular issues)
> Components: console, databases
> Affects Versions: 3.0
> Environment: geronimo-tomcat7-javaee6-3.0
> Reporter: Jacky Liu
> Assignee: Shenghao Fang
>
> When I clicked Datasources in Console Navigation menu and follow the Geronimo database
pool wizard to create a database pool, I chose "Derby embedded" as my database type in Step
1 and click next. Bug came up that the section of "Create Database Pool - Step 2:Select Driver,
JAR, Parameters" didn't show up. Here follows the error message in cmd:
> ERROR [DatabasePoolPortlet] Unable to read configuration properties
> java.lang.IllegalArgumentException: id must be in the form [groupId]/[artifactId]/[version]/[type]
: file:/C:/Documents%20and%20Settings/Administrator
> /Desktop/geronimo-tomcat7-javaee6-3.0-SNAPSHOT/repository/org/tranql/tranql-connector-derby-embed-local/1.6/tranql-connector-derby-embed-local-1.6.rar
> at org.apache.geronimo.kernel.repository.Artifact.create(Artifact.java:61)
> at org.apache.geronimo.kernel.repository.Artifact.create(Artifact.java:51)
> at org.apache.geronimo.console.util.PortletManager.getRepositoryEntryBundle(PortletManager.java:398)
> at org.apache.geronimo.console.databasemanager.wizard.DatabasePoolPortlet.loadConfigPropertiesByPath(DatabasePoolPortlet.java:565)
> at org.apache.geronimo.console.databasemanager.wizard.DatabasePoolPortlet.getRARConfiguration(DatabasePoolPortlet.java:281)
> at org.apache.geronimo.console.databasemanager.wizard.DatabasePoolPortlet.renderEdit(DatabasePoolPortlet.java:797)
> at org.apache.geronimo.console.databasemanager.wizard.DatabasePoolPortlet.doView(DatabasePoolPortlet.java:726)
> ...
> ...
> AND
> ERROR [DatabasePoolPortlet] Unable to render portlet
> java.lang.NullPointerException
> at org.apache.geronimo.console.databasemanager.wizard.DatabasePoolPortlet$ResourceAdapterParams.access$000(DatabasePoolPortlet.java:1701)
> at org.apache.geronimo.console.databasemanager.wizard.DatabasePoolPortlet.getRARConfiguration(DatabasePoolPortlet.java:283)
> at org.apache.geronimo.console.databasemanager.wizard.DatabasePoolPortlet.renderEdit(DatabasePoolPortlet.java:797)
> at org.apache.geronimo.console.databasemanager.wizard.DatabasePoolPortlet.doView(DatabasePoolPortlet.java:726)
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|