quinta-feira, 3 de agosto de 2017

Erro 1075 no serviço Workstation

Quando acontece o erro 1075 no serviço de Workstation /Estação de Tabalho do Windows é necessário:

- Desinstalar o CLiente de Microsoft Windows no adaptador de rede
- Reboot
- Voltar a instalar

Go to your Network Adapter properties.  Uninstall the "Client for Microsoft Networks" service.  Restart your server.
After restart, Install...>Client...>"Client for Microsoft Networks".  No restart required.  Your Computer Browser and Workstation service will be running again - and Remote Desktop clients on your network will be able to access the server again!

sexta-feira, 10 de abril de 2015

Weblogic com erros de Numberformating

Retirado de: http://www.programmingforliving.com/2012/08/weblogic-server-failed-during.html

We have been seeing frequent occurence of this issue recently with WLS 10.3. Hence I am re-posting it with the solution.

Exception: 
1
2
3
4
5
6
7
8
9
10
Server failed during initialization. Exception: java.lang.NumberFormatException: null 
  Java.lang.NumberFormatException: null 
  At java.lang.Integer.parseInt (Integer.java: 436
  At java.lang.Integer.<init> (Integer.java: 609
  At weblogic.ldap.EmbeddedLDAP.validateVDEDirectories (EmbeddedLDAP.java: 1069)
  At weblogic.ldap.EmbeddedLDAP.initialize (EmbeddedLDAP.java: 196
  At weblogic.t3.srvr.T3Srvr.initializeHere (T3Srvr.java: 816
  At weblogic.t3.srvr.T3Srvr.initialize (T3Srvr.java: 670
  At weblogic.t3.srvr.T3Srvr.run (T3Srvr.java: 344
  At weblogic.Server.main (Server.java: 32)

Solution: 
  1. Edit bea_home/user_projects/domains/your_domain/servers/your_server/data/ldap/conf/replicas.prop

    Please note that you will have to replace bea_homeyour_domain and your_server with actual values of your weblogic server installation.
  2. Delete the content of the file and add the following 
    1
    replica.num=0
  3. Start the Server
E Não é que funciona?!


terça-feira, 23 de dezembro de 2014

IIS Redirect

Problema + Solução:
Nos IIS recentes (vulgo Windows 2008 e posterior) se não existir a opção de Redirect é necessário ir aos Roles e instalar o mesmo. A mesma situação acontece quando se quer autenticação básica (se não me engano).


sexta-feira, 12 de dezembro de 2014

Erro de lib no apachectl

Erro de lib no apachectl, especialmente do WebDav, significa que o apachectl provavelmente está a apontar para o Websphere7 em vez do Websphere8.5.5 na parte do envvars.

Solução.

Alterar para Websphere8.5.5 onde está WebSphere 7

quinta-feira, 4 de dezembro de 2014

Cnames em Internet Explorer 8

Problema:

Os CNAMES ou nomes de DNS com "_" (underscore, gion_bajo, debaixo do resultado - tradução literal!) não são aceites no Internet Explorer 8, levando a erros nas cookies, ou seja, a cookie é sempre reenviada e o IE não consegue estabelecer um sessão única com o interverniente.


Solução:

Usar "-" (traço/sinal de subtracção) em vez de "_" (underscore).