Query

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Query

Damien O'Rourke
Hi,

installed Orbeon-Community on Tomcat6 … both stable and nightly built throw same error … 

Could not initialize class org.orbeon.oxf.util.UUIDUtils

have solr running in same container with no issue. Any pointers on where to look to resolve this?

Thanks

Damien


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Query

Erik Bruchez
Administrator
This seems to indicate that the class did not initialize, probably
because its static block failed. See the source here:

https://github.com/orbeon/orbeon-forms/blob/master/src/java/org/orbeon/oxf/util/UUIDUtils.java

Possibly this line failed:

hostNameBytes = InetAddress.getLocalHost().toString().getBytes("utf-8");

Do you have a security manager in place? That might be causing that
line to fail.

-Erik

On Mon, Feb 20, 2012 at 9:08 PM, Damien O'Rourke <[hidden email]> wrote:

> Hi,
>
> installed Orbeon-Community on Tomcat6 … both stable and nightly built throw
> same error …
>
> Could not initialize class org.orbeon.oxf.util.UUIDUtils
>
> have solr running in same container with no issue. Any pointers on where to
> look to resolve this?
>
> Thanks
>
> Damien
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing
> list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Query

Damien O'Rourke
Eric,

I haven't changed the default config so the security manager is still commented out …

But the hostname was the cause … it was set to t1 … I changed it to a FQDN e.g. t1.domain.com … and it's now working.

Thanks for your help

Damien

On 21/02/2012, at 4:29 PM, Erik Bruchez wrote:

> This seems to indicate that the class did not initialize, probably
> because its static block failed. See the source here:
>
> https://github.com/orbeon/orbeon-forms/blob/master/src/java/org/orbeon/oxf/util/UUIDUtils.java
>
> Possibly this line failed:
>
> hostNameBytes = InetAddress.getLocalHost().toString().getBytes("utf-8");
>
> Do you have a security manager in place? That might be causing that
> line to fail.
>
> -Erik
>
> On Mon, Feb 20, 2012 at 9:08 PM, Damien O'Rourke <[hidden email]> wrote:
>> Hi,
>>
>> installed Orbeon-Community on Tomcat6 … both stable and nightly built throw
>> same error …
>>
>> Could not initialize class org.orbeon.oxf.util.UUIDUtils
>>
>> have solr running in same container with no issue. Any pointers on where to
>> look to resolve this?
>>
>> Thanks
>>
>> Damien
>>
>>
>> --
>> You receive this message as a subscriber of the [hidden email] mailing
>> list.
>> To unsubscribe: mailto:[hidden email]
>> For general help: mailto:[hidden email]?subject=help
>> OW2 mailing lists service home page: http://www.ow2.org/wws
>>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws