Behind router and problem since

Hello all.

Sorry for my poor english.

I’'m behind a router now and I have a problem since this change.

Here is the error mesage at the start of Wildfire 3.1.1:

2006.11.25 10:14:18 [org.jivesoftware.database.EmbeddedConnectionProvider.getConnection(EmbeddedCon nectionProvider.java:46)

] Error: EmbeddedConnectionProvider.getConnection() wascalled before the internal pool has been initialized.

2006.11.25 10:14:18 [org.jivesoftware.database.DbConnectionManager.getConnection(DbConnectionManage r.java:92)

] WARNING: ConnectionManager.getConnection() failed to obtain a connection.

2006.11.25 10:14:18 [org.jivesoftware.util.JiveProperties.loadProperties(JiveProperties.java:280)

]

java.lang.NullPointerException

at org.jivesoftware.util.JiveProperties.loadProperties(JiveProperties.java:270)

at org.jivesoftware.util.JiveProperties.init(JiveProperties.java:67)

at org.jivesoftware.util.JiveProperties.(XMPPServer.java:147)

at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)

at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)

at java.lang.reflect.Constructor.newInstance(Unknown Source)

at java.lang.Class.newInstance0(Unknown Source)

at java.lang.Class.newInstance(Unknown Source)

at org.jivesoftware.wildfire.starter.ServerStarter.start(ServerStarter.java:93)

at org.jivesoftware.wildfire.starter.ServerStarter.main(ServerStarter.java:49)

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 com.exe4j.runtime.LauncherEngine.launch(Unknown Source)

at com.exe4j.runtime.WinLauncher.main(Unknown Source)

Can someone help me?

I tried to reinstall Wildfire and Java but nothing changed.

Thank you for anwers.

Message was edited by: Nancy Boy

Message was edited by: Nancy Boy

Message was edited by: Nancy Boy

it looks like wildfire can no longer connect to the database. please provide your jdbc connection settings.

does your database run on the same server as wildfire?

if so, did changing your network configuration change your ip address?

and if so, did you grant appropriate privileges to the wildfire database user from the new ip address and/or update the jdbc connection info or /etc/hosts?

-chip

Yes, I’'ve changed my ip addres.

Wildifre and database are on the same server.

I can’'t acces to administration console.

Message was edited by: Nancy Boy

if you can’'t access the admin console then stop wildfire and review the <database> section of your wildfire.xml file in $WILDFIRE_HOME/conf.

check serverURL to ensure it points to localhost (since you’'re running both on same machine) or the new ip address. if using the ip address, make sure to grant privileges accordingly in mysql. then restart wildfire.

<database>

<defaultProvider>

<driver>com.mysql.jdbc.Driver</driver>

<serverURL>jdbc:mysql://<new ip address or “localhost”>:3306/wildfire</serverURL>

<username>wildfire</username>

<password>*****</password>

<minConnections>3</minConnections>

<maxConnections>15</maxConnections>

<connectionTimeout>1.0</connectionTimeout>

</defaultProvider>

</database>

Conf file was broken.

After complete uninstall and new install, it works again, thank you.

Just a problem, presence service doesn’'t seem to work. ?:expressionless:

Edit: It works.

Message was edited by: Nancy Boy